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

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

Completed in 83 milliseconds