feat(ble): Added ble examples for multiple connections

This commit is contained in:
Shen Weilong
2023-07-14 17:06:47 +08:00
parent a2d76ad38a
commit e9e6372690
35 changed files with 2018 additions and 7 deletions

View File

@@ -340,7 +340,7 @@ config BT_LE_LL_SCA
config BT_LE_MAX_CONNECTIONS
int "Maximum number of concurrent connections"
depends on !BT_NIMBLE_ENABLED
range 1 9
range 1 70
default 3
help
Defines maximum number of concurrent BLE connections. For ESP32, user