HomeSort by relevance Sort by last modified time
    Searched refs:hci_save_log (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/main/
bte_conf.c 32 extern BOOLEAN hci_save_log;
51 hci_save_log = config_get_bool(config, CONFIG_DEFAULT_SECTION, "BtSnoopSaveLog", false);
bte_main.c 85 BOOLEAN hci_save_log = FALSE; /* save a copy of the log before starting again */ variable
270 bt_hc_if->logging(new ? BT_HC_LOGGING_ON : BT_HC_LOGGING_OFF, hci_logfile, hci_save_log);
296 bt_hc_if->logging(BT_HC_LOGGING_ON, hci_logfile, hci_save_log);
342 bt_hc_if->logging(BT_HC_LOGGING_OFF, hci_logfile, hci_save_log);

Completed in 151 milliseconds