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, member
/system/bt/hci/src/
Dhci_packet_factory.cc45 static BT_HDR* make_host_buffer_size(uint16_t acl_size, uint8_t sco_size, in make_host_buffer_size() function
204 make_host_buffer_size,
/system/bt/device/src/
Dcontroller.cc110 response = AWAIT_COMMAND(packet_factory->make_host_buffer_size( in start_up()