diff --git a/subsys/bluetooth/Kconfig b/subsys/bluetooth/Kconfig index f6f34725fb5..be3b8fd1e3e 100644 --- a/subsys/bluetooth/Kconfig +++ b/subsys/bluetooth/Kconfig @@ -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 diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig index 75bc173145b..cacd70221bc 100644 --- a/subsys/bluetooth/host/Kconfig +++ b/subsys/bluetooth/host/Kconfig @@ -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