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 90 void (*transmit_command)( member in struct:hci_t
  /system/bt/hci/src/
hci_layer.c 354 static void transmit_command( function
395 transmit_command((BT_HDR *)data, NULL, NULL, NULL);
396 LOG_WARN(LOG_TAG, "%s legacy transmit of command. Use transmit_command instead.", __func__);
793 interface.transmit_command = transmit_command;
809 interface.transmit_command = NULL;

Completed in 72 milliseconds