You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After enabling EcgStreaming, if the PolarH10 devices gets disconnected from the band, the deviceDisconnected callback never gets called, and the values of the ecg signals never stops. When this EcgStreaming function is not used, deviceDisconnected is called (even with some delay, around 10 seconds).
This happens on the AndroidBleSdkTestApp.
How to Reproduce
Enable the startEcgStreaming feature -> Connect the PolarH10 -> Check the values on log -> Remove PolarH10 -> Check that deviceDisconnected is never called.
Expected behavior
After removing the device, deviceDisconnected should be called and the EcgStreaming should be stoped, or throw an error
The text was updated successfully, but these errors were encountered:
Platform on which you observed the bug:
Device on which you observed the bug:
Describe the bug
After enabling EcgStreaming, if the PolarH10 devices gets disconnected from the band, the deviceDisconnected callback never gets called, and the values of the ecg signals never stops. When this EcgStreaming function is not used, deviceDisconnected is called (even with some delay, around 10 seconds).
This happens on the AndroidBleSdkTestApp.
How to Reproduce
Enable the startEcgStreaming feature -> Connect the PolarH10 -> Check the values on log -> Remove PolarH10 -> Check that deviceDisconnected is never called.
Expected behavior
After removing the device, deviceDisconnected should be called and the EcgStreaming should be stoped, or throw an error
The text was updated successfully, but these errors were encountered: