Hi.
I'm trying to create a web app for Tizen 3.0 wearable that would gather heart rate monitor data troughout the night. Data then would be send to cloud and analysed. Is there a way to retrieve the heart rate data from Tizen watch without the constant listening to the monitor? The main problem of the monitor is that after some time app is put to sleep by the system. And even with all background-enabled flags, I get many 5-10 minute holes in my HR data after a night.
So I was wandering if there is an API similar to Apple Health Kit, that allows to get the sensor data for a period of time? The ideal situation would be if my app could call this API for all heart rate measurements from the last 8 hours.
Also I've noticed that on my Samsung Gear Sport, the green LED is blinking all the time even when I'm sleeping, so I'm guessing that the system is getting my HR data all this time.
Cheers, Damian :)