HomeSort by relevance Sort by last modified time
    Searched full:transmit_downward (Results 1 - 5 of 5) sorted by null

  /system/bt/hci/include/
hci_layer.h 100 void (*transmit_downward)(data_dispatcher_type_t type, void *data); member in struct:hci_t
  /system/bt/hci/src/
hci_inject.c 181 hci->transmit_downward(buf->event, buf);
hci_layer.c 394 static void transmit_downward(data_dispatcher_type_t type, void *data) { function
798 interface.transmit_downward = transmit_downward;
814 interface.transmit_downward = NULL;
  /system/bt/main/
bte_main.c 262 hci->transmit_downward(event, p_msg);
  /system/bt/hci/test/
hci_layer_test.cpp 617 hci->transmit_downward(MSG_STACK_TO_HC_HCI_ACL, packet);

Completed in 473 milliseconds