HomeSort by relevance Sort by last modified time
    Searched refs:l2cap_length (Results 1 - 2 of 2) sorted by null

  /system/bt/hci/src/
packet_fragmenter.cc 126 uint16_t l2cap_length; local
131 STREAM_TO_UINT16(l2cap_length, stream);
159 l2cap_length + L2CAP_HEADER_SIZE + HCI_ACL_PREAMBLE_SIZE;
163 if (check_uint16_overflow(l2cap_length,
167 __func__, l2cap_length);
176 __func__, l2cap_length, packet->len);
  /system/bt/hci/test/
packet_fragmenter_test.cc 138 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 107 milliseconds