Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_layer.h80 future_t* (*transmit_command_futured)(BT_HDR* command); member
/system/bt/hci/src/
Dhci_layer.cc310 static future_t* transmit_command_futured(BT_HDR* command) { in transmit_command_futured() function
705 interface.transmit_command_futured = transmit_command_futured; in init_layer_interface()
717 interface.transmit_command_futured = NULL; in hci_layer_cleanup_interface()
/system/bt/device/src/
Dcontroller.cc91 static_cast<BT_HDR*>(future_await(hci->transmit_command_futured(command)))