OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bt_hc_callbacks_t
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/hci/include/
bt_hci_lib.h
134
/** set to sizeof(
bt_hc_callbacks_t
) */
160
}
bt_hc_callbacks_t
;
typedef in typeref:struct:__anon5766
173
int (*init)(const
bt_hc_callbacks_t
* p_cb, unsigned char *local_bdaddr);
bt_hci_bdroid.h
125
extern
bt_hc_callbacks_t
*bt_hc_cbacks;
/external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c
74
bt_hc_callbacks_t
*bt_hc_cbacks = NULL;
316
static int init(const
bt_hc_callbacks_t
* p_cb, unsigned char *local_bdaddr)
335
bt_hc_cbacks = (
bt_hc_callbacks_t
*) p_cb;
/external/bluetooth/bluedroid/main/
bte_main.c
92
static const
bt_hc_callbacks_t
hc_callbacks;
835
static const
bt_hc_callbacks_t
hc_callbacks = {
836
sizeof(
bt_hc_callbacks_t
),
Completed in 235 milliseconds