Searched refs:transmit_command_futured (Results 1 – 5 of 5) sorted by relevance
153 future_t* transmit_command_futured(BT_HDR* command) { in transmit_command_futured() function167 .transmit_command_futured = transmit_command_futured,
81 future_t* (*transmit_command_futured)(BT_HDR* command); member
335 static future_t* transmit_command_futured(BT_HDR* command) { in transmit_command_futured() function870 interface.transmit_command_futured = transmit_command_futured; in init_layer_interface()882 interface.transmit_command_futured = NULL; in hci_layer_cleanup_interface()
657 static future_t* transmit_command_futured(BT_HDR* command) { in transmit_command_futured() function715 .transmit_command_futured = transmit_command_futured,
101 future_await(local_hci->transmit_command_futured(command)))