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:
Krzysztof Kopyściński
2022-07-26 11:22:32 +02:00
committed by Szymon Janc
parent 0df1f7ff0e
commit 5932b3c2dd
+2 -2
View File
@@ -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