feat(ble): Added ble examples for multiple connections

This commit is contained in:
Shen Weilong
2023-07-14 17:06:47 +08:00
parent 82fde1e823
commit 2d1544b863
35 changed files with 2017 additions and 6 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