Searched refs:transmit_command_futured (Results 1 – 3 of 3) sorted by relevance
82 future_t* (*transmit_command_futured)(BT_HDR* command); member
323 static future_t* transmit_command_futured(BT_HDR* command) { in transmit_command_futured() function684 interface.transmit_command_futured = transmit_command_futured; in init_layer_interface()697 interface.transmit_command_futured = NULL; in hci_layer_cleanup_interface()
79 static_cast<BT_HDR*>(future_await(hci->transmit_command_futured(command)))