Searched defs:acl_size (Results 1 - 2 of 2) sorted by relevance

/system/bt/hci/test/
H A Dpacket_fragmenter_test.cc131 uint16_t acl_size,
143 int length_to_send = (length_sent + (acl_size - 4) < total_length)
144 ? (acl_size - 4)
130 manufacture_packet_and_then_reassemble(uint16_t event, uint16_t acl_size, const char* data) argument
/system/bt/hci/src/
H A Dhci_packet_factory.cc45 static BT_HDR* make_host_buffer_size(uint16_t acl_size, uint8_t sco_size, argument
51 UINT16_TO_STREAM(stream, acl_size);

Completed in 449 milliseconds