Bluetooth: Adjust maximum connections & paired devices range

The maximum allowed values in Kconfig were quite conservative.

Change-Id: Icd2d09a2d52fbbaf03671147f08e08385c6776c7
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2016-10-04 10:42:08 +03:00 committed by Luiz Augusto von Dentz
commit a8df6cd14b

View file

@ -264,7 +264,7 @@ config BLUETOOTH_GATT_CLIENT
config BLUETOOTH_MAX_CONN
int "Maximum number of simultaneous connections"
default 1
range 1 16
range 1 64
help
Maximum number of simultaneous Bluetooth connections
supported. The minimum (and default) number is 1.
@ -272,7 +272,7 @@ config BLUETOOTH_MAX_CONN
config BLUETOOTH_MAX_PAIRED
int "Maximum number of paired devices"
default 1
range 1 32
range 1 128
help
Maximum number of paired Bluetooth devices. The minimum (and
default) number is 1.