HomeSort by relevance Sort by last modified time
    Searched refs:transmit_command (Results 1 - 4 of 4) sorted by null

  /system/bt/hci/include/
hci_layer.h 77 void (*transmit_command)(BT_HDR* command, member in struct:hci_t
  /system/bt/hci/src/
hci_layer.cc 308 static void transmit_command(BT_HDR* command, function
349 transmit_command((BT_HDR*)data, NULL, NULL, NULL);
351 "%s legacy transmit of command. Use transmit_command instead.",
683 interface.transmit_command = transmit_command;
695 interface.transmit_command = NULL;
  /system/bt/stack/btm/
btm_devctl.cc 765 hci_layer_get_interface()->transmit_command(
  /system/bt/stack/btu/
btu_hcif.cc 207 "Someone didn't go through the hci transmit_command function.",
213 "Someone didn't go through the hci transmit_command function.",
393 hci_layer_get_interface()->transmit_command(
499 hci_layer_get_interface()->transmit_command(
    [all...]

Completed in 97 milliseconds