Skip to content

Commit

Permalink
fix(split): Split peripherals should auto sec req still.
Browse files Browse the repository at this point in the history
* Ensure split peripherals have `BT_GATT_AUTO_SEC_REQ` enabled so that
  reconnects to centrals are automatically encrypted.
  • Loading branch information
petejohanson committed Jan 6, 2024
1 parent 12bc8b0 commit 7652fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ config BT_GATT_NOTIFY_MULTIPLE
default n

config BT_GATT_AUTO_SEC_REQ
default n
default (ZMK_SPLIT_BLE && !ZMK_SPLIT_ROLE_CENTRAL)

config BT_DEVICE_APPEARANCE
default 961
Expand Down

0 comments on commit 7652fbe

Please sign in to comment.