标签: android bluetooth wear-os google-fit moto-360
我指的是此处描述的API:https://developers.google.com/fit/overview。
我的Moto360和手机(Nexus 4)上都有Google Fit。我想通过Moto 360检索步/心率数据。 API,但似乎只接收位置数据(来自我的手机)。有什么帮助吗?
我使用了位于此处的Google示例应用:https://developers.google.com/fit/android/samples。
谢谢!
答案 0 :(得分:1)
只需检查该应用:https://play.google.com/store/apps/details?id=com.github.pocmo.sensordashboard
它是开源的,整个代码在这里:https://github.com/pocmo/SensorDashboard
请务必查看传感器管理员课程:https://github.com/pocmo/SensorDashboard/blob/master/wear/src/main/java/com/github/pocmo/sensordashboard/SensorService.java