From 15b7cb6f1e6d3e7f8edc35eda3699c972140a22d Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 9 Feb 2016 18:51:38 +0200 Subject: [PATCH] drivers/nble: Adjust max conn count to something more realistic Change-Id: I0cc91cddd4848e4f0da302163d438db0fc0199dd Signed-off-by: Johan Hedberg --- drivers/nble/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/nble/Kconfig b/drivers/nble/Kconfig index d0853dc0656..ded17e03a7e 100644 --- a/drivers/nble/Kconfig +++ b/drivers/nble/Kconfig @@ -51,7 +51,7 @@ config BLUETOOTH_SMP config BLUETOOTH_MAX_CONN int - default 1 + default 6 config BLUETOOTH_MAX_PAIRED int