drivers/nble: Add BLUETOOTH_MAX_CONN option
BLUETOOTH_MAX_CONN option is maximum number of simultaneous Bluetooth connections supported. Change-Id: If9629f919ba76fbd2803852c325b357c742edd9a Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
e4582107f4
commit
ff784b4175
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ config BLUETOOTH_SMP
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config BLUETOOTH_MAX_CONN
|
||||||
|
int
|
||||||
|
default 1
|
||||||
|
|
||||||
config BLUETOOTH_MAX_PAIRED
|
config BLUETOOTH_MAX_PAIRED
|
||||||
int
|
int
|
||||||
default 7
|
default 7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue