Searched refs:transmit_command (Results 1 – 6 of 6) sorted by relevance
/system/bt/btif/test/ |
D | btif_stack_test.cc | 148 void transmit_command(BT_HDR* command, command_complete_cb complete_callback, in transmit_command() function 166 .transmit_command = transmit_command,
|
/system/bt/hci/include/ |
D | hci_layer.h | 77 void (*transmit_command)(BT_HDR* command, member
|
/system/bt/main/shim/ |
D | hci_layer.cc | 373 static void transmit_command(BT_HDR* command, in transmit_command() function 561 static void transmit_command(BT_HDR* command, in transmit_command() function 635 static void transmit_command(BT_HDR* command, in transmit_command() function 639 rust::transmit_command(command, complete_callback, status_callback, in transmit_command() 642 cpp::transmit_command(command, complete_callback, status_callback, context); in transmit_command() 659 transmit_command(command, command_complete_callback, command_status_callback, in transmit_command_futured() 714 .transmit_command = transmit_command,
|
/system/bt/hci/src/ |
D | hci_layer.cc | 315 static void transmit_command(BT_HDR* command, in transmit_command() function 356 transmit_command((BT_HDR*)data, NULL, NULL, NULL); in transmit_downward() 869 interface.transmit_command = transmit_command; in init_layer_interface() 881 interface.transmit_command = NULL; in hci_layer_cleanup_interface()
|
/system/bt/stack/btm/ |
D | btm_devctl.cc | 665 hci_layer_get_interface()->transmit_command( in BTM_EnableTestMode()
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 737 hci_layer_get_interface()->transmit_command( in btu_hcif_send_cmd() 918 hci_layer_get_interface()->transmit_command( in btu_hcif_send_cmd_with_cb()
|