feat(ble): Disable BT_GATT_AUTO_SEC_REQ
.
* Better compatibility w/ some operating systems, we already set security level on connects.
This commit is contained in:
parent
ded79ba422
commit
df2e993300
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ config ZMK_BLE_CLEAR_BONDS_ON_START
|
|||
config BT_GATT_NOTIFY_MULTIPLE
|
||||
default n
|
||||
|
||||
config BT_GATT_AUTO_SEC_REQ
|
||||
default n
|
||||
|
||||
config BT_DEVICE_APPEARANCE
|
||||
default 961
|
||||
|
||||
|
|
Loading…
Reference in a new issue