main.conf: Change the TemporaryTimout value to 180 58/299958/1
authorWootak Jung <wootak.jung@samsung.com>
Fri, 13 Oct 2023 01:10:53 +0000 (10:10 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Fri, 13 Oct 2023 01:18:01 +0000 (10:18 +0900)
temporary devices will be removed after 180s not 30s

Change-Id: I6741644d7dd1df7d7ea885e7750600ec5614e93e
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
src/main_da.conf
src/main_m.conf

index 29e9c0e..9666254 100755 (executable)
@@ -81,6 +81,15 @@ EnableLEPrivacy = false
 DefaultA2DPRoleSink = true
 #endif
 
+# How long to keep temporary devices around
+# The value is in seconds. Default is 30.
+# 0 = disable timer, i.e. never keep temporary devices
+#ifdef TIZEN_FEATURE_BLUEZ_MODIFY
+TemporaryTimeout = 180
+#else
+#TemporaryTimeout = 30
+#endif
+
 #ifdef TIZEN_APPLIANCE
 [GATT]
 # GATT attribute cache.
index bb431e4..323d4b1 100755 (executable)
@@ -76,6 +76,15 @@ Class = 0x00020C        # Smart phone
 EnableLEPrivacy = false
 #endif
 
+# How long to keep temporary devices around
+# The value is in seconds. Default is 30.
+# 0 = disable timer, i.e. never keep temporary devices
+#ifdef TIZEN_FEATURE_BLUEZ_MODIFY
+TemporaryTimeout = 180
+#else
+#TemporaryTimeout = 30
+#endif
+
 #[Policy]
 #
 # The ReconnectUUIDs defines the set of remote services that should try