Hi guys, I have couple questions on how getHeartRateHistory works on different devices:
1. Being executed with number as first parameter (number of entries), will it return continuous values from HeartRateSample.when values perspective? Is there a chance that values will interrupt when HR monitor didn't generate values by some reason, or a I can rely that HR samples will be returned but with 0 or null value for missing moments.
2. Same question for getHeartRateHistory with Duration as first parameter.
3. Is there any proven way to determine an interval of HR sample values without iterating through all of them?
4. Does HR samples interval always constant at least for a certain device?
Essentially the question if do I need to process heart rate values before showing them as a sequence.
Thanks!