mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-12 12:10:03 +00:00
apps/bttester: do not distribute CSRK
BLE_SM_OUR_KEY_DIST and BLE_SM_THEIR_KEY_DIST should be set to 3, as we do not support security mode 2 - CSRK shall not be distributed.
This commit is contained in:
committed by
Szymon Janc
parent
0df1f7ff0e
commit
5932b3c2dd
@@ -103,8 +103,8 @@ syscfg.vals:
|
||||
BLE_SM_BONDING: 1
|
||||
BLE_SM_MITM: 0
|
||||
BLE_SM_SC: 1
|
||||
BLE_SM_OUR_KEY_DIST: 7
|
||||
BLE_SM_THEIR_KEY_DIST: 7
|
||||
BLE_SM_OUR_KEY_DIST: 3
|
||||
BLE_SM_THEIR_KEY_DIST: 3
|
||||
BLE_SVC_GAP_CENTRAL_ADDRESS_RESOLUTION: 1
|
||||
BLE_SVC_GAP_PPCP_MIN_CONN_INTERVAL: 9
|
||||
BLE_SVC_GAP_PPCP_MAX_CONN_INTERVAL: 30
|
||||
|
||||
Reference in New Issue
Block a user