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.h53 bool btif_config_get_str(const std::string& section, const std::string& key,
/system/bt/btif/src/
Dbtif_storage.cc305 ret = btif_config_get_str(bdstr, BTIF_STORAGE_PATH_REMOTE_NAME, in cfg2prop()
308 ret = btif_config_get_str("Adapter", BTIF_STORAGE_KEY_ADAPTER_NAME, in cfg2prop()
320 ret = btif_config_get_str(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, in cfg2prop()
365 if (btif_config_get_str(bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, value, in cfg2prop()
1509 if (btif_config_get_str(name, BTIF_STORAGE_PATH_REMOTE_SERVICE, uuid_str, in btif_storage_load_bonded_hearing_aids()
Dbtif_core.cc355 if ((btif_config_get_str("Adapter", "Address", val, &val_size) == 0) || in btif_enable_bluetooth_evt()
Dbtif_config.cc455 bool btif_config_get_str(const std::string& section, const std::string& key, in btif_config_get_str() function