OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bt_hc_if
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluedroid/main/
bte_main.c
85
static bt_hc_interface_t *
bt_hc_if
=NULL;
variable
133
if ( (
bt_hc_if
= (bt_hc_interface_t *) bt_hc_get_interface()) \
243
if (
bt_hc_if
)
245
int result =
bt_hc_if
->init(&hc_callbacks, btif_local_bd_addr.address);
251
bt_hc_if
->logging(BT_HC_LOGGING_ON, hci_logfile);
269
bt_hc_if
->set_power(BT_HC_CHIP_PWR_OFF);
271
bt_hc_if
->set_power(BT_HC_CHIP_PWR_ON);
273
bt_hc_if
->preload(NULL);
290
if (
bt_hc_if
)
292
bt_hc_if
->cleanup()
[
all
...]
Completed in 173 milliseconds