Home
last modified time | relevance | path

Searched refs:make_host_buffer_size (Results 1 – 3 of 3) sorted by relevance

/system/bt/hci/include/
Dhci_packet_factory.h27 …BT_HDR *(*make_host_buffer_size)(uint16_t acl_size, uint8_t sco_size, uint16_t acl_count, uint16_t… member
/system/bt/hci/src/
Dhci_packet_factory.c46 static BT_HDR *make_host_buffer_size(uint16_t acl_size, uint8_t sco_size, uint16_t acl_count, uint1… in make_host_buffer_size() function
185 make_host_buffer_size,
/system/bt/device/src/
Dcontroller.c98 packet_factory->make_host_buffer_size( in start_up()