OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bt_hc_interface_t
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/hci/include/
bt_hci_lib.h
160
/** Set to sizeof(
bt_hc_interface_t
) */
192
}
bt_hc_interface_t
;
typedef in typeref:struct:__anon3432
199
extern const
bt_hc_interface_t
* bt_hc_get_interface(void);
/external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c
401
static const
bt_hc_interface_t
bluetoothHCLibInterface = {
402
sizeof(
bt_hc_interface_t
),
599
const
bt_hc_interface_t
*bt_hc_get_interface(void)
/external/bluetooth/bluedroid/main/
bte_main.c
86
static
bt_hc_interface_t
*bt_hc_if=NULL;
134
if ( (bt_hc_if = (
bt_hc_interface_t
*) bt_hc_get_interface()) \
Completed in 26 milliseconds