Searched refs:btif_config_open (Results 1 – 1 of 1) sorted by relevance
94 static std::unique_ptr<config_t> btif_config_open(const char* filename);269 config = btif_config_open(CONFIG_FILE_PATH); in init()276 config = btif_config_open(CONFIG_BACKUP_PATH); in init()349 static std::unique_ptr<config_t> btif_config_open(const char* filename) { in btif_config_open() function