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