Searched refs:transmit_command (Results 1 - 4 of 4) sorted by relevance

/system/bt/hci/include/
H A Dhci_layer.h77 void (*transmit_command)(BT_HDR* command, member in struct:hci_t
/system/bt/hci/src/
H A Dhci_layer.cc308 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;
/system/bt/stack/btm/
H A Dbtm_devctl.cc765 hci_layer_get_interface()->transmit_command(
/system/bt/stack/btu/
H A Dbtu_hcif.cc207 "Someone didn't go through the hci transmit_command function.",
213 "Someone didn't go through the hci transmit_command function.",
393 hci_layer_get_interface()->transmit_command(
499 hci_layer_get_interface()->transmit_command(

Completed in 1157 milliseconds