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:
Andrei Emeltchenko 2016-02-09 13:41:21 +02:00 committed by Anas Nashif
commit ff784b4175

View file

@ -49,6 +49,10 @@ config BLUETOOTH_SMP
bool
default n
config BLUETOOTH_MAX_CONN
int
default 1
config BLUETOOTH_MAX_PAIRED
int
default 7