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.c79 static config_t *btif_config_open(const char* filename);
146 config = btif_config_open(CONFIG_FILE_PATH); in init()
151 config = btif_config_open(CONFIG_BACKUP_PATH); in init()
216 static config_t *btif_config_open(const char *filename) { in btif_config_open() function