Home
last modified time | relevance | path

Searched refs:transmit_command (Results 1 – 6 of 6) sorted by relevance

/system/bt/hci/include/
Dhci_layer.h90 void (*transmit_command)( member
/system/bt/hci/src/
Dhci_layer.c354 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()
Dvendor.c180 hci->transmit_command((BT_HDR *)buffer, transmit_completed_callback, NULL, callback); in transmit_cb()
/system/bt/hci/test/
Dhci_layer_test.cpp667 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/
Dbtm_devctl.c875 hci_layer_get_interface()->transmit_command( in BTM_EnableTestMode()
/system/bt/stack/btu/
Dbtu_hcif.c375 hci_layer_get_interface()->transmit_command( in btu_hcif_send_cmd()