From ff784b41755e6e3e16aef5775707ae0cceb341bf Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Tue, 9 Feb 2016 13:41:21 +0200 Subject: [PATCH] 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 --- drivers/nble/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/nble/Kconfig b/drivers/nble/Kconfig index eb91b97c1d7..d0853dc0656 100644 --- a/drivers/nble/Kconfig +++ b/drivers/nble/Kconfig @@ -49,6 +49,10 @@ config BLUETOOTH_SMP bool default n +config BLUETOOTH_MAX_CONN + int + default 1 + config BLUETOOTH_MAX_PAIRED int default 7