Searched refs:btif_config_set_str (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/include/ |
D | btif_config.h | 35 bool btif_config_set_str(const char *section, const char *key, const char *value);
|
/system/bt/btif/src/ |
D | btif_storage.c | 196 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()
|
D | btif_core.c | 418 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()
|
D | btif_config.c | 331 bool btif_config_set_str(const char *section, const char *key, const char *value) { in btif_config_set_str() function
|