Home
last modified time | relevance | path

Searched defs:hci_hal_t (Results 1 – 2 of 2) sorted by relevance

/system/bt/hci/include/
Dhci_hal.h49 typedef struct hci_hal_t { struct
51 bool (*init)(const hci_hal_callbacks_t *upper_callbacks, thread_t *upper_thread);
54 bool (*open)(void);
78 } hci_hal_t; argument
Dhci_layer.h55 typedef struct hci_hal_t hci_hal_t; typedef