OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hci_hal_t
(Results
1 - 2
of
2
) sorted by null
/system/bt/hci/include/
hci_hal.h
49
typedef struct
hci_hal_t
{
struct
78
}
hci_hal_t
;
typedef in typeref:struct:hci_hal_t
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);
hci_layer.h
55
typedef struct
hci_hal_t
hci_hal_t
;
typedef in typeref:struct:hci_hal_t
107
const
hci_hal_t
*hal_interface,
Completed in 3352 milliseconds