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.c63 static const char *CONFIG_FILE_PATH = "bt_config.conf"; variable
67 static const char *CONFIG_FILE_PATH = "/data/misc/bluedroid/bt_config.conf"; variable
146 config = btif_config_open(CONFIG_FILE_PATH); in init()
150 __func__, CONFIG_FILE_PATH); in init()
473 bool ret = config_save(config, CONFIG_FILE_PATH); in btif_config_clear()
491 rename(CONFIG_FILE_PATH, CONFIG_BACKUP_PATH); in btif_config_write()
494 config_save(config_paired, CONFIG_FILE_PATH); in btif_config_write()
582 remove(CONFIG_FILE_PATH); in delete_config_files()