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
86
static bt_hc_interface_t *
bt_hc_if
=NULL;
variable
134
if ( (
bt_hc_if
= (bt_hc_interface_t *) bt_hc_get_interface()) \
251
if ((old == new) || bt_disabled || (
bt_hc_if
== NULL)) {
255
bt_hc_if
->logging(new ? BT_HC_LOGGING_ON : BT_HC_LOGGING_OFF, hci_logfile);
273
if (
bt_hc_if
)
275
int result =
bt_hc_if
->init(&hc_callbacks, btif_local_bd_addr.address);
281
bt_hc_if
->logging(BT_HC_LOGGING_ON, hci_logfile);
299
bt_hc_if
->set_power(BT_HC_CHIP_PWR_OFF);
301
bt_hc_if
->set_power(BT_HC_CHIP_PWR_ON);
303
bt_hc_if
->preload(NULL)
[
all
...]
Completed in 992 milliseconds