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

  /external/bluetooth/bluedroid/main/
bte_conf.c 30 extern char hci_logfile[256];
49 strlcpy(hci_logfile, config_get_string(config, CONFIG_DEFAULT_SECTION, "BtSnoopFileName", ""), sizeof(hci_logfile));
bte_main.c 86 char hci_logfile[256] = HCI_LOGGING_FILENAME; 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 357 milliseconds