Home | History | Annotate | Download | only in main

Lines Matching full:bt_hc_if

86 static bt_hc_interface_t *bt_hc_if=NULL;
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);
320 if (bt_hc_if)
322 bt_hc_if->cleanup();
323 bt_hc_if->set_power(BT_HC_CHIP_PWR_OFF);
325 bt_hc_if->logging(BT_HC_LOGGING_OFF, hci_logfile);
428 if (bt_hc_if)
429 bt_hc_if->postload(NULL);
446 if (bt_hc_if)
447 result = bt_hc_if->lpm( \
467 if ((bt_hc_if) && (lpm_enabled == TRUE))
468 result = bt_hc_if->lpm(BT_HC_LPM_WAKE_DEASSERT);
486 if ((bt_hc_if) && (lpm_enabled == TRUE))
487 result = bt_hc_if->lpm(BT_HC_LPM_WAKE_ASSERT);
515 if (bt_hc_if)
516 bt_hc_if->transmit_buf((TRANSAC)p_msg, \