Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_config.h30 bool btif_config_has_section(const char *section);
/system/bt/btif/src/
Dbtif_config.c167 bool btif_config_has_section(const char *section) { in btif_config_has_section() function
Dbtif_storage.c1506 if (btif_config_has_section(BTIF_STORAGE_PATH_AUTOPAIR_BLACKLIST)) { in btif_storage_load_autopair_device_list()