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 d5b8439 commit bc11834Copy full SHA for bc11834
features/FEATURE_BLE/source/generic/GenericSecurityManager.cpp
@@ -969,12 +969,14 @@ void GenericSecurityManager::on_link_encryption_result(
969
970
cb->encryption_requested = false;
971
cb->encryption_failed = false;
972
+ cb->encrypted = true;
973
974
} else if (result == link_encryption_t::ENCRYPTED_WITH_MITM) {
975
976
977
978
cb->authenticated = true;
979
980
981
} else if (result == link_encryption_t::NOT_ENCRYPTED
982
&& cb->encryption_requested
0 commit comments