diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-14 16:44:13 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-08-14 16:44:13 -0400 |
commit | 8b61beb2bbc62f754db670ad77266f84edde041d (patch) | |
tree | 2475c923f9316baa3368f2ae1f77e0e3b293ea31 | |
parent | 3b4049f2f60be9cf021813e77a9886113d1e9363 (diff) |
Bump max paired connections to 2 for central.
-rw-r--r-- | app/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index 4086955..be5a1e4 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -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 |