Searched refs:l2cap_command_header (Results 1 – 2 of 2) sorted by relevance
79 } _PACKED l2cap_command_header; typedef199 (L2CAP_MTU_MAXIMUM - sizeof(l2cap_command_header))
340 NetBufferPrepend<l2cap_command_header> header(command); in send_l2cap_command()343 header->length = htole16(command->size - sizeof(l2cap_command_header)); in send_l2cap_command()457 NetBufferHeaderReader<l2cap_command_header> commandHeader(buffer); in l2cap_handle_signaling_command()