mirror of https://github.com/ARMmbed/mbed-os.git
mic event no longer present in user api, removing call
parent
957cee39fe
commit
536f541b93
|
@ -864,7 +864,7 @@ void GenericSecurityManager::on_pairing_completed(connection_handle_t connection
|
|||
//
|
||||
|
||||
void GenericSecurityManager::on_valid_mic_timeout(connection_handle_t connection) {
|
||||
eventHandler->validMicTimeout(connection);
|
||||
(void)connection;
|
||||
}
|
||||
|
||||
void GenericSecurityManager::on_slave_security_request(
|
||||
|
|
Loading…
Reference in New Issue