Home
last modified time | relevance | path

Searched refs:hci_hal_t (Results 1 – 9 of 9) sorted by relevance

/system/bt/hci/include/
Dhci_hal.h49 typedef struct hci_hal_t { struct
78 } hci_hal_t; argument
81 const hci_hal_t *hci_hal_get_interface(void);
83 const hci_hal_t *hci_hal_h4_get_interface(void);
84 const hci_hal_t *hci_hal_h4_get_test_interface(vendor_t *vendor_interface);
86 const hci_hal_t *hci_hal_mct_get_interface(void);
87 const hci_hal_t *hci_hal_mct_get_test_interface(vendor_t *vendor_interface);
Dhci_layer.h55 typedef struct hci_hal_t hci_hal_t; typedef
107 const hci_hal_t *hal_interface,
/system/bt/hci/src/
Dhci_hal_h4.c42 static const hci_hal_t interface;
245 static const hci_hal_t interface = {
256 const hci_hal_t *hci_hal_h4_get_interface() { in hci_hal_h4_get_interface()
261 const hci_hal_t *hci_hal_h4_get_test_interface(vendor_t *vendor_interface) { in hci_hal_h4_get_test_interface()
Dhci_hal_mct.c37 static const hci_hal_t interface;
192 static const hci_hal_t interface = {
203 const hci_hal_t *hci_hal_mct_get_interface() { in hci_hal_mct_get_interface()
208 const hci_hal_t *hci_hal_mct_get_test_interface(vendor_t *vendor_interface) { in hci_hal_mct_get_test_interface()
Dhci_hal.c21 const hci_hal_t *hci_hal_get_interface() { in hci_hal_get_interface()
Dhci_layer.c112 static const hci_hal_t *hal;
841 const hci_hal_t *hal_interface, in hci_layer_get_test_interface()
/system/bt/hci/test/
Dhci_hal_mct_test.cpp51 static const hci_hal_t *hal;
Dhci_hal_h4_test.cpp59 static const hci_hal_t *hal;
Dhci_layer_test.cpp597 hci_hal_t hal;