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 957cee3 commit 536f541Copy full SHA for 536f541
features/FEATURE_BLE/source/generic/GenericSecurityManager.cpp
@@ -864,7 +864,7 @@ void GenericSecurityManager::on_pairing_completed(connection_handle_t connection
864
//
865
866
void GenericSecurityManager::on_valid_mic_timeout(connection_handle_t connection) {
867
- eventHandler->validMicTimeout(connection);
+ (void)connection;
868
}
869
870
void GenericSecurityManager::on_slave_security_request(
0 commit comments