summaryrefslogtreecommitdiff
path: root/app/Kconfig
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-08-31 16:56:05 -0400
committerPete Johanson <peter@peterjohanson.com>2020-09-13 22:33:05 -0400
commita4d06f69ac9879618e91a9befac6f2e84ef37428 (patch)
treed525e7b39736fcf0140e4503ce243da43a69f476 /app/Kconfig
parentcf970efb98c5af97955bfffbcebb3b065b16edc4 (diff)
fix(bluetooth): Fix max pair settings for non-split.
Diffstat (limited to 'app/Kconfig')
-rw-r--r--app/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Kconfig b/app/Kconfig
index b60db05..3640dc6 100644
--- a/app/Kconfig
+++ b/app/Kconfig
@@ -107,9 +107,6 @@ config ZMK_SPLIT_BLE_ROLE_CENTRAL
if ZMK_SPLIT_BLE_ROLE_CENTRAL
-config BT_MAX_PAIRED
- default 2
-
config BT_MAX_CONN
default 2
@@ -153,6 +150,9 @@ if ZMK_BLE && !ZMK_SPLIT_BLE
config BT_ID_MAX
default 5
+config BT_MAX_PAIRED
+ default 5
+
# Used to update the name to include the identity used
config BT_DEVICE_NAME_DYNAMIC
default y