Searched refs:bt_hc_if (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/main/
H A Dbte_main.c85 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
[all...]

Completed in 42 milliseconds