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.
2 parents 1cb298a + bd8572e commit fff3564Copy full SHA for fff3564
features/FEATURE_BLE/source/generic/GenericSecurityManager.cpp
@@ -1144,6 +1144,7 @@ void GenericSecurityManager::on_pairing_request(
1144
/* cancel pairing if secure connection paring is not possible */
1145
if (!_legacy_pairing_allowed && !authentication.get_secure_connections()) {
1146
cancelPairingRequest(connection);
1147
+ return;
1148
}
1149
1150
ControlBlock_t *cb = get_control_block(connection);
0 commit comments