Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_packet_factory.h36 BT_HDR* (*make_ble_write_host_support)(uint8_t supported_host, member
/system/bt/hci/src/
Dhci_packet_factory.cc109 static BT_HDR* make_ble_write_host_support(uint8_t supported_host, in make_ble_write_host_support() function
233 make_ble_write_host_support,
/system/bt/device/src/
Dcontroller.cc168 response = AWAIT_COMMAND(packet_factory->make_ble_write_host_support( in start_up()