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

  /system/bt/hci/include/
hci_layer.h 85 void (*transmit_downward)(data_dispatcher_type_t type, void* data); member in struct:hci_t
  /system/bt/hci/src/
hci_layer.cc 341 static void transmit_downward(data_dispatcher_type_t type, void* data) { function
685 interface.transmit_downward = transmit_downward;
698 interface.transmit_downward = NULL;

Completed in 261 milliseconds