Searched refs:transmit_command (Results 1 - 6 of 6) 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;
H A Dvendor.c175 hci->transmit_command((BT_HDR *)buffer, transmit_completed_callback, NULL, callback);
/system/bt/hci/test/
H A Dhci_layer_test.cpp661 hci->transmit_command(data_to_receive, NULL, NULL, NULL);
684 hci->transmit_command(data_to_receive, command_complete_callback, command_status_callback, NULL);
709 hci->transmit_command(data_to_receive, command_complete_callback, command_status_callback, NULL);
/system/bt/stack/btm/
H A Dbtm_devctl.c879 hci_layer_get_interface()->transmit_command(
/system/bt/stack/btu/
H A Dbtu_hcif.c204 "Someone didn't go through the hci transmit_command function.", __func__);
208 "Someone didn't go through the hci transmit_command function.", __func__);
381 hci_layer_get_interface()->transmit_command(

Completed in 135 milliseconds