Searched refs:btif_config_set_str (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/include/ |
D | btif_config.h | 55 bool btif_config_set_str(const std::string& section, const std::string& key,
|
/system/bt/btif/src/ |
D | btif_storage.cc | 211 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()
|
D | btif_core.cc | 359 btif_config_set_str("Adapter", "Address", bdstr.c_str()); in btif_enable_bluetooth_evt()
|
D | btif_config.cc | 475 bool btif_config_set_str(const std::string& section, const std::string& key, in btif_config_set_str() function
|