From 5a77117413149c1cc89b9dc29bf5800c556e93e6 Mon Sep 17 00:00:00 2001 From: zzy Date: Fri, 14 Sep 2012 17:39:17 -0700 Subject: Save the service uuid when changed Root cause: the service uuid is cached in memory, it could lost in case device crash or reboot bug 7170559 --- btif/src/btif_storage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'btif') diff --git a/btif/src/btif_storage.c b/btif/src/btif_storage.c index 1c8023c..d8e96d1 100755 --- a/btif/src/btif_storage.c +++ b/btif/src/btif_storage.c @@ -323,6 +323,7 @@ static int prop2cfg(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop) strcat(value, " "); } btif_config_set_str("Remote", bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, value); + btif_config_save(); break; } default: -- cgit v1.1