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

  /external/bluetooth/bluedroid/main/
bte_main.c 83 BOOLEAN hci_logging_enabled = FALSE; /* by default, turn hci log off */ variable
255 int old = (hci_logging_enabled == TRUE) || (hci_logging_config == TRUE);
264 new = (hci_logging_enabled == TRUE) || (hci_logging_config == TRUE);
295 if (hci_logging_enabled == TRUE || hci_logging_config == TRUE)
341 if (hci_logging_enabled == TRUE || hci_logging_config == TRUE)
bte_conf.c 31 extern BOOLEAN hci_logging_enabled;
50 hci_logging_enabled = config_get_bool(config, CONFIG_DEFAULT_SECTION, "BtSnoopLogOutput", false);

Completed in 38 milliseconds