Searched refs:l2cap_length (Results 1 - 2 of 2) sorted by relevance

/system/bt/hci/src/
H A Dpacket_fragmenter.cc124 uint16_t l2cap_length; local
129 STREAM_TO_UINT16(l2cap_length, stream);
157 l2cap_length + L2CAP_HEADER_SIZE + HCI_ACL_PREAMBLE_SIZE;
161 if (check_uint16_overflow(l2cap_length,
165 __func__, l2cap_length);
174 __func__, l2cap_length, packet->len);
/system/bt/hci/test/
H A Dpacket_fragmenter_test.cc138 uint16_t l2cap_length = data_length - 2; // l2cap length field, 2 for the local
156 UINT16_TO_STREAM(packet_data, l2cap_length);
187 uint16_t l2cap_length; local
190 STREAM_TO_UINT16(l2cap_length, data);
195 l2cap_length); // -2 for the pretend channel id

Completed in 990 milliseconds