change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2

(cherry picked from commit cd33f13521)

Co-authored-by: ShenWeilong <shenweilong@espressif.com>
This commit is contained in:
Shen Wei Long
2025-11-28 09:06:08 +00:00
parent 470a32467a
commit 73c37b5c8c
4 changed files with 2 additions and 14 deletions

View File

@@ -1,6 +0,0 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
#
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=35
CONFIG_BT_NIMBLE_GATT_MAX_PROCS=35
CONFIG_BT_NIMBLE_MSYS_1_BLOCK_COUNT=50

View File

@@ -1,5 +0,0 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
#
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=34
CONFIG_BT_NIMBLE_MSYS_1_BLOCK_COUNT=50