summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWootak Jung <wootak.jung@samsung.com>2023-10-13 10:10:53 +0900
committerWootak Jung <wootak.jung@samsung.com>2023-10-13 10:14:46 +0900
commit22f5e6d953e6a3e5eb30e34a44b88dd3598cab48 (patch)
treea7c6c53d50aabc9f40d3ebcce1f4328e82507147
parentc09479651e2447ef30a9fb815e58bb60d5dbd9ce (diff)
downloadbluez-22f5e6d953e6a3e5eb30e34a44b88dd3598cab48.tar.gz
bluez-22f5e6d953e6a3e5eb30e34a44b88dd3598cab48.tar.bz2
bluez-22f5e6d953e6a3e5eb30e34a44b88dd3598cab48.zip
main.conf: Change the TemporaryTimout value to 180accepted/tizen/7.0/unified/20231016.045452
temporary devices will be removed after 180s not 30s Change-Id: I6741644d7dd1df7d7ea885e7750600ec5614e93e Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
-rwxr-xr-xsrc/main_da.conf9
-rwxr-xr-xsrc/main_m.conf9
2 files changed, 18 insertions, 0 deletions
diff --git a/src/main_da.conf b/src/main_da.conf
index 29e9c0e9..96662546 100755
--- a/src/main_da.conf
+++ b/src/main_da.conf
@@ -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.
diff --git a/src/main_m.conf b/src/main_m.conf
index bb431e47..323d4b19 100755
--- a/src/main_m.conf
+++ b/src/main_m.conf
@@ -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