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

/system/bt/btif/include/
H A Dbtif_config.h42 bool btif_config_get_str(const std::string& section, const std::string& key,
/system/bt/btif/src/
H A Dbtif_storage.cc296 ret = btif_config_get_str(bdstr, BTIF_STORAGE_PATH_REMOTE_NAME,
299 ret = btif_config_get_str("Adapter", BTIF_STORAGE_KEY_ADAPTER_NAME,
311 ret = btif_config_get_str(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE,
344 if (btif_config_get_str(bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, value,
H A Dbtif_config.cc292 bool btif_config_get_str(const std::string& section, const std::string& key, function
H A Dbtif_core.cc417 if ((btif_config_get_str("Adapter", "Address", val, &val_size) == 0) ||

Completed in 79 milliseconds