Searched refs:transmit_command (Results 1 – 6 of 6) sorted by relevance
/system/bt/hci/include/ |
D | hci_layer.h | 90 void (*transmit_command)( member
|
/system/bt/hci/src/ |
D | hci_layer.c | 354 static void transmit_command( in transmit_command() function 395 transmit_command((BT_HDR *)data, NULL, NULL, NULL); in transmit_downward() 793 interface.transmit_command = transmit_command; in init_layer_interface() 809 interface.transmit_command = NULL; in hci_layer_cleanup_interface()
|
D | vendor.c | 180 hci->transmit_command((BT_HDR *)buffer, transmit_completed_callback, NULL, callback); in transmit_cb()
|
/system/bt/hci/test/ |
D | hci_layer_test.cpp | 667 hci->transmit_command(data_to_receive, NULL, NULL, NULL); 690 hci->transmit_command(data_to_receive, command_complete_callback, command_status_callback, NULL); 715 hci->transmit_command(data_to_receive, command_complete_callback, command_status_callback, NULL);
|
/system/bt/stack/btm/ |
D | btm_devctl.c | 875 hci_layer_get_interface()->transmit_command( in BTM_EnableTestMode()
|
/system/bt/stack/btu/ |
D | btu_hcif.c | 375 hci_layer_get_interface()->transmit_command( in btu_hcif_send_cmd()
|