Bluetooth: Increase supported maximum simultaneous connection to 250
Increase the supported maximum simultaneous connection to 250, tested under BabbleSim simulations. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
cfc44101a6
commit
992d133b42
2 changed files with 2 additions and 2 deletions
|
|
@ -115,7 +115,7 @@ config BT_CONN
|
|||
config BT_MAX_CONN
|
||||
int "Maximum number of simultaneous connections"
|
||||
depends on BT_CONN
|
||||
range 1 64
|
||||
range 1 250
|
||||
default 2 if BT_MESH_GATT_CLIENT
|
||||
default 1
|
||||
help
|
||||
|
|
|
|||
|
|
@ -583,7 +583,7 @@ config BT_DEVICE_APPEARANCE
|
|||
|
||||
config BT_ID_MAX
|
||||
int "Maximum number of local identities"
|
||||
range 1 64
|
||||
range 1 250
|
||||
default 1
|
||||
help
|
||||
Maximum number of supported local identity addresses. For most
|
||||
|
|
|
|||
Loading…
Reference in a new issue