From b2c18de9b3536b0738883d5f696d01f658f1fe26 Mon Sep 17 00:00:00 2001 From: wangmengyang Date: Mon, 26 Apr 2021 11:49:06 +0800 Subject: [PATCH] components/bt: Minor fix for the range of GATTC number of reconnections. --- 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 d4a47c02b6..d623c0dd19 100644 --- a/components/bt/host/bluedroid/Kconfig.in +++ b/components/bt/host/bluedroid/Kconfig.in @@ -196,7 +196,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 1 7 + range 0 7 default 3 help The number of attempts to reconnect if the connection establishment failed