Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_config.h42 bool btif_config_get_str(const std::string& section, const std::string& key,
/system/bt/btif/src/
Dbtif_storage.cc308 ret = btif_config_get_str(bdstr, BTIF_STORAGE_PATH_REMOTE_NAME, in cfg2prop()
311 ret = btif_config_get_str("Adapter", BTIF_STORAGE_KEY_ADAPTER_NAME, in cfg2prop()
323 ret = btif_config_get_str(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, in cfg2prop()
368 if (btif_config_get_str(bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, value, in cfg2prop()
1528 if (btif_config_get_str(name, BTIF_STORAGE_PATH_REMOTE_SERVICE, uuid_str, in btif_storage_load_bonded_hearing_aids()
Dbtif_config.cc377 bool btif_config_get_str(const std::string& section, const std::string& key, in btif_config_get_str() function
Dbtif_core.cc355 if ((btif_config_get_str("Adapter", "Address", val, &val_size) == 0) || in btif_enable_bluetooth_evt()