Searched refs:acl_size (Results 1 – 3 of 3) sorted by relevance
27 BT_HDR* (*make_host_buffer_size)(uint16_t acl_size, uint8_t sco_size,
45 static BT_HDR* make_host_buffer_size(uint16_t acl_size, uint8_t sco_size, in make_host_buffer_size() argument51 UINT16_TO_STREAM(stream, acl_size); in make_host_buffer_size()
131 uint16_t acl_size, in manufacture_packet_and_then_reassemble() argument143 int length_to_send = (length_sent + (acl_size - 4) < total_length) in manufacture_packet_and_then_reassemble()144 ? (acl_size - 4) in manufacture_packet_and_then_reassemble()