Skip to content

Commit 536f541

Browse files
mic event no longer present in user api, removing call
1 parent 957cee3 commit 536f541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/source/generic/GenericSecurityManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ void GenericSecurityManager::on_pairing_completed(connection_handle_t connection
864864
//
865865

866866
void GenericSecurityManager::on_valid_mic_timeout(connection_handle_t connection) {
867-
eventHandler->validMicTimeout(connection);
867+
(void)connection;
868868
}
869869

870870
void GenericSecurityManager::on_slave_security_request(

0 commit comments

Comments
 (0)