Bump max paired connections to 2 for central.

This commit is contained in:
Pete Johanson 2020-08-14 16:44:13 -04:00
parent 3b4049f2f6
commit 8b61beb2bb
1 changed files with 4 additions and 0 deletions

View File

@ -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