Home
last modified time | relevance | path

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

/system/bt/btif/test/
Dbtif_stack_test.cc153 future_t* transmit_command_futured(BT_HDR* command) { in transmit_command_futured() function
167 .transmit_command_futured = transmit_command_futured,
/system/bt/hci/include/
Dhci_layer.h81 future_t* (*transmit_command_futured)(BT_HDR* command); member
/system/bt/hci/src/
Dhci_layer.cc335 static future_t* transmit_command_futured(BT_HDR* command) { in transmit_command_futured() function
870 interface.transmit_command_futured = transmit_command_futured; in init_layer_interface()
882 interface.transmit_command_futured = NULL; in hci_layer_cleanup_interface()
/system/bt/main/shim/
Dhci_layer.cc657 static future_t* transmit_command_futured(BT_HDR* command) { in transmit_command_futured() function
715 .transmit_command_futured = transmit_command_futured,
/system/bt/device/src/
Dcontroller.cc101 future_await(local_hci->transmit_command_futured(command)))