Searched refs:transmit_command_futured (Results 1 – 3 of 3) sorted by relevance
97 future_t *(*transmit_command_futured)(BT_HDR *command); member
375 static future_t *transmit_command_futured(BT_HDR *command) { in transmit_command_futured() function794 interface.transmit_command_futured = transmit_command_futured; in init_layer_interface()810 interface.transmit_command_futured = NULL; in hci_layer_cleanup_interface()
79 #define AWAIT_COMMAND(command) future_await(hci->transmit_command_futured(command))