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 77 void (*transmit_command)(BT_HDR* command, member in struct:hci_t
  /system/bt/hci/src/
hci_layer.cc 308 static void transmit_command(BT_HDR* command, function
349 transmit_command((BT_HDR*)data, NULL, NULL, NULL);
351 "%s legacy transmit of command. Use transmit_command instead.",
683 interface.transmit_command = transmit_command;
695 interface.transmit_command = NULL;

Completed in 55 milliseconds