We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e3c13 commit dc54da0Copy full SHA for dc54da0
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5x/source/nRF5xPalSecurityManager.cpp
@@ -797,6 +797,14 @@ bool nRF5xSecurityManager::sm_handler(const ble_evt_t *evt)
797
);
798
799
if (pairing_cb && pairing_cb->role == PAIRING_INITIATOR) {
800
+ // override signing parameter
801
+ initiator_dist.set_signing(false);
802
+ responder_dist.set_signing(false);
803
+
804
+ // override link parameter
805
+ initiator_dist.set_link(false);
806
+ responder_dist.set_link(false);
807
808
// when this event is received by an initiator, it should not be
809
// forwarded via the handler; this is not a behaviour expected
810
// by the bluetooth standard ...
0 commit comments