Hey folks,
I'm trying to trigger/access SPO2 and access other vitals on my Samsung Galaxy Watch 4 and am following the only documentation i can find, which is the Google Health Services for WearOS: https://developer.android.com/training/wearables/health-services
I noticed a lot of DataTypes weren't working, so i ran
And got back
Is BPM the only supported DataType and if so, how is everyone building apps for Galaxy Watch 4 with access to vitals? Is there any doco I can follow?
Thanks!
I'm trying to trigger/access SPO2 and access other vitals on my Samsung Galaxy Watch 4 and am following the only documentation i can find, which is the Google Health Services for WearOS: https://developer.android.com/training/wearables/health-services
I noticed a lot of DataTypes weren't working, so i ran
Code:
val capabilities = measureClient.capabilities.await()
Log.d("Capabilities", capabilities.toString())
And got back
Code:
Capabilities: MeasureCapabilities(supportedDataTypesMeasure=[DataType(name=HeartRate, timeType=SAMPLE, format=1)])
Is BPM the only supported DataType and if so, how is everyone building apps for Galaxy Watch 4 with access to vitals? Is there any doco I can follow?
Thanks!