fix(split): Split peripherals should auto sec req still.
* Ensure split peripherals have `BT_GATT_AUTO_SEC_REQ` enabled so that reconnects to centrals are automatically encrypted.
This commit is contained in:
parent
12bc8b0402
commit
7652fbeb6b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue