From 12131f4b8a2be8092e65ff3574f04f956defd862 Mon Sep 17 00:00:00 2001 From: zhanghaipeng Date: Thu, 22 Feb 2024 17:04:46 +0800 Subject: [PATCH] fix(ble/bluedroid): Update maximum BLE reconnection attempts configuration --- components/bt/host/bluedroid/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/bluedroid/Kconfig.in b/components/bt/host/bluedroid/Kconfig.in index 4f0fa20b7b..c0505798f9 100644 --- a/components/bt/host/bluedroid/Kconfig.in +++ b/components/bt/host/bluedroid/Kconfig.in @@ -274,7 +274,7 @@ config BT_GATTC_CACHE_NVS_FLASH config BT_GATTC_CONNECT_RETRY_COUNT int "The number of attempts to reconnect if the connection establishment failed" depends on BT_GATTC_ENABLE - range 0 7 + range 0 255 default 3 help The number of attempts to reconnect if the connection establishment failed