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:
parent
d363e384f3
commit
a8df6cd14b
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue