megahealth / TestBleLib

Android megablelibopen.aar Demo usage
5 stars 1 forks source link

Total Steps in Sport PR Report like iOS #4

Open jayfar opened 10 months ago

jayfar commented 10 months ago

In iOS, the report for exercise/sport has a steps field...

https://github.com/megahealth/megaring-oc/blob/9e895e75e862d5343ef49cef232b124d5e827731/MRFramework.framework/Headers/MRReport.h#L34

image

But in Android, the parseSpoPr's MegaPrBean callback parameter, does not have steps in the data like iOS. https://github.com/megahealth/TestBleLib/blob/a5f417519cf99b0edbcbbdc118c46836142b2708/app/src/main/java/io/zjw/testblelib/MainActivity.kt#L1130C52-L1130C62

image

How can we get the total steps during sport/exercise like we do on iOS?