Home
last modified time | relevance | path

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

/system/bt/btif/test/
Dbtif_stack_test.cc148 void transmit_command(BT_HDR* command, command_complete_cb complete_callback, in transmit_command() function
166 .transmit_command = transmit_command,
/system/bt/hci/include/
Dhci_layer.h77 void (*transmit_command)(BT_HDR* command, member
/system/bt/main/shim/
Dhci_layer.cc373 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/
Dhci_layer.cc315 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/
Dbtm_devctl.cc665 hci_layer_get_interface()->transmit_command( in BTM_EnableTestMode()
/system/bt/stack/btu/
Dbtu_hcif.cc737 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()