mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-23 18:29:59 +00:00
nimble/host/ble_sm: add restriciton for SC Only
This mode requires MITM and SC to be on, and SM_LEGACY must be off.
This commit is contained in:
committed by
Szymon Janc
parent
86c0a66542
commit
edb6a287ea
@@ -104,6 +104,9 @@ syscfg.defs:
|
||||
value: 0
|
||||
restrictions:
|
||||
- 'BLE_SM_SC_LVL == 4 if 1'
|
||||
- BLE_SM_MITM
|
||||
- 'BLE_SM_SC if 1'
|
||||
- '!BLE_SM_LEGACY if 1'
|
||||
|
||||
BLE_SM_SC_LVL:
|
||||
description: >
|
||||
|
||||
Reference in New Issue
Block a user