Searched refs:transmit_command_futured (Results 1 – 3 of 3) sorted by relevance
94 future_t *(*transmit_command_futured)(BT_HDR *command); member
274 static future_t *transmit_command_futured(BT_HDR *command) in transmit_command_futured() function586 interface.transmit_command_futured = transmit_command_futured; in init_layer_interface()
96 #define AWAIT_COMMAND(command) future_await(controller_param.hci->transmit_command_futured(command))