HI,
I’m developing a wear os application that needs to read harth rate and spo2 data from the galaxy watch 4 classic.
According to the documentation in order to get and use the sensors I need to retrieve them from the sensorManager:
getSensorManager().getDefaultSensor(number)
The specified number for the most common sensors is defined by Google and can be easily identified
https://developer.android.com/guide/topics/sensors/sensors_overview
The problem is that there is no reference for the spo2 number. I was previously working with a ticwatch and, in that case, I was able to find this number in the official mobvoi forum.
I can’t find any reference from the samsung documentation to this type of issue, all documents are related to tizen development since this is their first wear os watch.
Thanks