Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config.cc74 static std::unique_ptr<config_t> btif_config_open(const char* filename);
130 config = btif_config_open(CONFIG_FILE_PATH); in init()
135 config = btif_config_open(CONFIG_BACKUP_PATH); in init()
199 static std::unique_ptr<config_t> btif_config_open(const char* filename) { in btif_config_open() function