Home
last modified time | relevance | path

Searched refs:BT_HC_LOGGING_ON (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/hci/include/
Dbt_hci_lib.h58 BT_HC_LOGGING_ON, enumerator
/external/bluetooth/bluedroid/main/
Dbte_main.c270 bt_hc_if->logging(new ? BT_HC_LOGGING_ON : BT_HC_LOGGING_OFF, hci_logfile, hci_save_log); in bte_main_config_hci_logging()
296 bt_hc_if->logging(BT_HC_LOGGING_ON, hci_logfile, hci_save_log); in bte_hci_enable()
/external/bluetooth/bluedroid/hci/src/
Dbt_hci_bdroid.c436 if (state != BT_HC_LOGGING_ON) in logging()