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.h35 bool btif_config_set_str(const char *section, const char *key, const char *value);
/system/bt/btif/src/
Dbtif_storage.c196 btif_config_set_str(bdstr, in prop2cfg()
198 else btif_config_set_str("Adapter", in prop2cfg()
204 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value); in prop2cfg()
236 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, value); in prop2cfg()
Dbtif_core.c418 btif_config_set_str("Adapter", "Address", bdstr); in btif_fetch_local_bdaddr()
498 btif_config_set_str("Adapter", "Address", bdstr); in btif_enable_bluetooth_evt()
Dbtif_config.c331 bool btif_config_set_str(const char *section, const char *key, const char *value) { in btif_config_set_str() function