Bump max paired connections to 2 for central.
This commit is contained in:
parent
3b4049f2f6
commit
8b61beb2bb
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue