HomeSort by relevance Sort by last modified time
    Searched defs:transmit_command (Results 1 - 2 of 2) sorted by null

  /system/bt/hci/include/
hci_layer.h 78 void (*transmit_command)(BT_HDR* command, member in struct:hci_t
  /system/bt/hci/src/
hci_layer.cc 303 static void transmit_command(BT_HDR* command, function
344 transmit_command((BT_HDR*)data, NULL, NULL, NULL);
346 "%s legacy transmit of command. Use transmit_command instead.",
683 interface.transmit_command = transmit_command;
696 interface.transmit_command = NULL;

Completed in 63 milliseconds