Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_config.h55 bool btif_config_set_str(const std::string& section, const std::string& key,
/system/bt/btif/src/
Dbtif_storage.cc211 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_NAME, value); in prop2cfg()
213 btif_config_set_str("Adapter", BTIF_STORAGE_KEY_ADAPTER_NAME, value); in prop2cfg()
221 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value); in prop2cfg()
253 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, val); in prop2cfg()
Dbtif_core.cc359 btif_config_set_str("Adapter", "Address", bdstr.c_str()); in btif_enable_bluetooth_evt()
Dbtif_config.cc475 bool btif_config_set_str(const std::string& section, const std::string& key, in btif_config_set_str() function