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

/system/bt/btif/include/
H A Dbtif_config.h44 bool btif_config_set_str(const std::string& section, const std::string& key,
/system/bt/btif/src/
H A Dbtif_storage.cc211 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_NAME, value);
213 btif_config_set_str("Adapter", BTIF_STORAGE_KEY_ADAPTER_NAME, value);
219 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value);
243 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, val);
H A Dbtif_config.cc310 bool btif_config_set_str(const std::string& section, const std::string& key, function
H A Dbtif_core.cc421 btif_config_set_str("Adapter", "Address", bdstr.c_str());

Completed in 2752 milliseconds