Hello,
I am developing an App for the samsung galaxy watch 4 using the privileged health sdk.
My question is: is it possible to measure simultaneously the data from 3 different sensors:
- On-demand: SPO2 (a counter to measure every 90 seconds)
- Batching tracker: measure acceleration and heart rate continuously.
In that case, how can I find out which type of sensor (SPO2, HR, Acceleration) triggered the onDataReceived() method?
Thank you!