Browse Source

Bump max paired connections to 2 for central.

xmkb
Pete Johanson 4 years ago
parent
commit
8b61beb2bb
  1. 4
      app/Kconfig

4
app/Kconfig

@ -106,6 +106,10 @@ if ZMK_SPLIT_BLE_ROLE_CENTRAL @@ -106,6 +106,10 @@ if ZMK_SPLIT_BLE_ROLE_CENTRAL
config BT_MAX_CONN
default 5
config BT_MAX_PAIRED
# Bump this everywhere once we support switching active connections!
default 2
endif
config ZMK_SPLIT_BLE_ROLE_PERIPHERAL

Loading…
Cancel
Save