mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2
This commit is contained in:
@@ -573,7 +573,7 @@ config BT_LE_LL_PEER_SCA
|
||||
config BT_LE_MAX_CONNECTIONS
|
||||
int "Maximum number of concurrent connections"
|
||||
depends on !BT_NIMBLE_ENABLED
|
||||
range 1 35
|
||||
range 1 70
|
||||
default 3
|
||||
help
|
||||
Defines maximum number of concurrent BLE connections. For ESP32, user
|
||||
|
||||
@@ -247,8 +247,7 @@ menu "GAP / GATT / Device Settings"
|
||||
config BT_NIMBLE_MAX_CONNECTIONS
|
||||
int "Maximum number of concurrent connections"
|
||||
range 1 2 if IDF_TARGET_ESP32C2
|
||||
range 1 70 if IDF_TARGET_ESP32C6 || IDF_TARGET_ESP32C5 || IDF_TARGET_ESP32C61
|
||||
range 1 35 if IDF_TARGET_ESP32H2
|
||||
range 1 70 if SOC_ESP_NIMBLE_CONTROLLER
|
||||
range 1 9
|
||||
default 2 if IDF_TARGET_ESP32C2
|
||||
default 3
|
||||
|
||||
-6
@@ -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
|
||||
-5
@@ -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
|
||||
Reference in New Issue
Block a user