main_da.conf: Update ReconnectUUIDs and ReconnectAttempts for the DA model 41/305541/1 accepted/tizen_unified_toolchain accepted/tizen/unified/20240216.161318 accepted/tizen/unified/toolchain/20240311.065928 accepted/tizen/unified/x/20240220.150055
authorWootak Jung <wootak.jung@samsung.com>
Wed, 17 Jan 2024 04:14:29 +0000 (13:14 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Mon, 5 Feb 2024 01:26:48 +0000 (10:26 +0900)
Change-Id: I4144ccafaa7b3cff83d960c055be81aed06f8798
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
src/main_da.conf

index b1dd908..4d167af 100755 (executable)
@@ -112,7 +112,6 @@ DefaultA2DPRole = both
 # Defaults to 517
 ExchangeMTU = 517
 
-# Disable reconnection attempts in case of a link loss in FHUB.
 [Policy]
 #
 # The ReconnectUUIDs defines the set of remote services that should try
@@ -120,7 +119,11 @@ ExchangeMTU = 517
 # timeout). The policy plugin should contain a sane set of values by
 # default, but this list can be overridden here. By setting the list to
 # empty the reconnection feature gets disabled.
-ReconnectUUIDs=
+ReconnectUUIDs=0000111f-0000-1000-8000-00805f9b34fb, 0000110a-0000-1000-8000-00805f9b34fb
+
+# ReconnectAttempts define the number of attempts to reconnect after a link
+# lost. Setting the value to 0 disables reconnecting feature.
+ReconnectAttempts=15
 
 #else
 #[Policy]