Searched refs:btif_config_get_str (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/include/ |
D | btif_config.h | 42 bool btif_config_get_str(const std::string& section, const std::string& key,
|
/system/bt/btif/src/ |
D | btif_storage.cc | 308 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()
|
D | btif_config.cc | 377 bool btif_config_get_str(const std::string& section, const std::string& key, in btif_config_get_str() function
|
D | btif_core.cc | 355 if ((btif_config_get_str("Adapter", "Address", val, &val_size) == 0) || in btif_enable_bluetooth_evt()
|