From b07ca316d068893426e5415c0119eff4a66eca2b Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Thu, 8 Dec 2022 11:06:49 +0530 Subject: [PATCH] Nimble: Support maximum number of connections to 9 on ESP32-C3 and ESP32-S3 --- components/bt/host/nimble/Kconfig.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/bt/host/nimble/Kconfig.in b/components/bt/host/nimble/Kconfig.in index 97f7574a25..e831f19363 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -64,8 +64,7 @@ config BT_NIMBLE_LOG_LEVEL config BT_NIMBLE_MAX_CONNECTIONS int "Maximum number of concurrent connections" - range 1 8 if (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3) - range 1 9 if IDF_TARGET_ESP32 + range 1 9 default 3 depends on BT_NIMBLE_ENABLED help