Lines Matching refs:htole16

20 		*data = htole16(mtu);  in make_l2cap_command_reject()
23 data->invalid_cid.scid = htole16(scid); in make_l2cap_command_reject()
24 data->invalid_cid.dcid = htole16(dcid); in make_l2cap_command_reject()
32 command->reason = (uint16)htole16(reason); in make_l2cap_command_reject()
50 command->psm = htole16(psm); in make_l2cap_connection_req()
51 command->scid = htole16(scid); in make_l2cap_connection_req()
69 command->dcid = htole16(dcid); in make_l2cap_connection_rsp()
70 command->scid = htole16(scid); in make_l2cap_connection_rsp()
71 command->result = htole16(result); in make_l2cap_connection_rsp()
72 command->status = htole16(status); in make_l2cap_connection_rsp()
97 option->value = htole16(*mtu); in make_l2cap_configuration_req()
111 option->value = htole16(*flush_timeout); in make_l2cap_configuration_req()
139 command->dcid = htole16(dcid); in make_l2cap_configuration_req()
140 command->flags = htole16(flags); in make_l2cap_configuration_req()
159 command->scid = htole16(scid); in make_l2cap_configuration_rsp()
160 command->flags = htole16(flags); in make_l2cap_configuration_rsp()
161 command->result = htole16(result); in make_l2cap_configuration_rsp()
184 command->dcid = htole16(dcid); in make_l2cap_disconnection_req()
185 command->scid = htole16(scid); in make_l2cap_disconnection_req()
203 command->dcid = htole16(dcid); in make_l2cap_disconnection_rsp()
204 command->scid = htole16(scid); in make_l2cap_disconnection_rsp()
223 command->type = htole16(type); in make_l2cap_information_req()
242 command->type = htole16(type); in make_l2cap_information_rsp()
243 command->result = htole16(result); in make_l2cap_information_rsp()
248 uint16 mtu = htole16(_mtu); in make_l2cap_information_rsp()