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 177 hci->transmit_downward(buf->event, buf);
hci_layer.c 387 static void transmit_downward(data_dispatcher_type_t type, void *data) { function
760 interface.transmit_downward = transmit_downward;
  /system/bt/main/
bte_main.c 265 hci->transmit_downward(event, p_msg);
  /system/bt/hci/test/
hci_layer_test.cpp 611 hci->transmit_downward(MSG_STACK_TO_HC_HCI_ACL, packet);

Completed in 225 milliseconds