Searched defs:transmit_command (Results 1 - 2 of 2) sorted by relevance

/system/bt/hci/include/
H A Dhci_layer.h90 void (*transmit_command)( member in struct:hci_t
/system/bt/hci/src/
H A Dhci_layer.c343 static void transmit_command( function
390 transmit_command((BT_HDR *)data, NULL, NULL, NULL);
391 LOG_WARN("%s legacy transmit of command. Use transmit_command instead.", __func__);
758 interface.transmit_command = transmit_command;

Completed in 49 milliseconds