Searched refs:transmit_command_futured (Results 1 – 3 of 3) sorted by relevance
80 future_t* (*transmit_command_futured)(BT_HDR* command); member
310 static future_t* transmit_command_futured(BT_HDR* command) { in transmit_command_futured() function705 interface.transmit_command_futured = transmit_command_futured; in init_layer_interface()717 interface.transmit_command_futured = NULL; in hci_layer_cleanup_interface()
91 static_cast<BT_HDR*>(future_await(hci->transmit_command_futured(command)))