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

  /system/bt/hci/include/
hci_inject.h 23 typedef struct hci_t hci_t; typedef in typeref:struct:hci_t
28 bool (*open)(const hci_t* hci_interface);
hci_layer.h 70 typedef struct hci_t { struct
85 } hci_t; typedef in typeref:struct:hci_t
87 const hci_t* hci_layer_get_interface();
89 const hci_t* hci_layer_get_test_interface(
vendor.h 54 bool (*open)(const uint8_t* local_bdaddr, const hci_t* hci_interface);
  /system/bt/hci/src/
hci_inject.cc 50 static bool hci_inject_open(const hci_t* hci_interface);
61 static const hci_t* hci;
67 static bool hci_inject_open(const hci_t* hci_interface) {
hci_layer.cc 85 static hci_t interface;
737 const hci_t* hci_layer_get_interface() {
747 const hci_t* hci_layer_get_test_interface(
  /system/bt/device/include/
controller.h 95 const hci_t* hci_interface,
  /system/bt/main/
bte_main.cc 80 static const hci_t* hci;
  /system/bt/device/src/
controller.cc 47 static const hci_t* hci;
588 const hci_t* hci_interface,

Completed in 240 milliseconds