From d77184018939cae13d2a470986e7f46eeccb7323 Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Wed, 28 Feb 2024 12:56:57 +0530 Subject: [PATCH] fix(nimble): Increase range of reattempt connection count --- components/bt/host/nimble/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/nimble/Kconfig.in b/components/bt/host/nimble/Kconfig.in index 09dfd663b6..639cf77106 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -511,7 +511,7 @@ config BT_NIMBLE_ENABLE_CONN_REATTEMPT config BT_NIMBLE_MAX_CONN_REATTEMPT int "Maximum number connection reattempts" - range 1 7 + range 1 255 default 3 depends on BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLE_CONN_REATTEMPT help