Fix delivering notification level change in ImmediateAlertClient.

This commit is contained in:
Vyacheslav Chigrin 2024-04-24 00:08:57 +03:00
parent 4aef5a9f4d
commit 15daf4cb84

View file

@ -108,6 +108,6 @@ void ImmediateAlertClient::sendImmediateAlert(ImmediateAlertClient::Levels level
return;
}
ble_gattc_notify_custom(connectionHandle, alertLevelHandle, om);
ble_gattc_write_no_rsp(connectionHandle, alertLevelHandle, om);
}