Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config.cc58 static const char* CONFIG_FILE_PATH = "bt_config.conf"; variable
62 static const char* CONFIG_FILE_PATH = "/data/misc/bluedroid/bt_config.conf"; variable
137 config = btif_config_open(CONFIG_FILE_PATH); in init()
141 __func__, CONFIG_FILE_PATH); in init()
443 bool ret = config_save(config, CONFIG_FILE_PATH); in btif_config_clear()
461 rename(CONFIG_FILE_PATH, CONFIG_BACKUP_PATH); in btif_config_write()
464 config_save(config_paired, CONFIG_FILE_PATH); in btif_config_write()
552 remove(CONFIG_FILE_PATH); in delete_config_files()