Home
last modified time | relevance | path

Searched refs:hci_t (Results 1 – 8 of 8) sorted by relevance

/system/bt/hci/include/
Dhci_inject.h23 typedef struct hci_t hci_t; typedef
28 bool (*open)(const hci_t* hci_interface);
Dhci_layer.h70 typedef struct hci_t { struct
84 } hci_t; argument
86 const hci_t* hci_layer_get_interface();
88 const hci_t* hci_layer_get_test_interface(
Dvendor.h54 bool (*open)(const uint8_t* local_bdaddr, const hci_t* hci_interface);
/system/bt/hci/src/
Dhci_inject.cc50 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) { in hci_inject_open()
Dhci_layer.cc92 static hci_t interface;
723 const hci_t* hci_layer_get_interface() { in hci_layer_get_interface()
733 const hci_t* hci_layer_get_test_interface( in hci_layer_get_test_interface()
/system/bt/device/include/
Dcontroller.h95 const hci_t* hci_interface,
/system/bt/main/
Dbte_main.cc79 static const hci_t* hci;
/system/bt/device/src/
Dcontroller.cc54 static const hci_t* hci;
599 const hci_t* hci_interface, in controller_get_test_interface()