HomeSort by relevance Sort by last modified time
    Searched refs:transmit_command_futured (Results 1 - 3 of 3) sorted by null

  /system/bt/hci/include/
hci_layer.h 81 future_t* (*transmit_command_futured)(BT_HDR* command); member in struct:hci_t
  /system/bt/hci/src/
hci_layer.cc 328 static future_t* transmit_command_futured(BT_HDR* command) { function
684 interface.transmit_command_futured = transmit_command_futured;
696 interface.transmit_command_futured = NULL;
  /system/bt/device/src/
controller.cc 79 static_cast<BT_HDR*>(future_await(hci->transmit_command_futured(command)))

Completed in 308 milliseconds