我一直在开发本机上的移动应用程序,该应用程序可以连接到任何SmartWatch(fitbit / Samsung)或任何通过其服务和特性来宣传心率的传感器。目前,我正在拿着装有心率传感器的Fitbit Versa Lite智能手表。我能够连接到Fitbit并阅读其所有服务和特性。但是我找不到与心率服务或其特征有关的任何特定分配号码。我假设宣传心率测量值的几乎所有手表和BLe传感器都使用
服务
Heart Rate org.bluetooth.service.heart_rate 0x180D GSS
特征
Heart Rate Measurement org.bluetooth.characteristic.heart_rate_measurement 0x2A37 GSS.
我从下面的链接中获得了以上信息。
https://www.bluetooth.com/specifications/gatt/services/
https://www.bluetooth.com/specifications/gatt/characteristics/
FitBit是否为他们的心率传感器服务和特性使用不同的分配编号。如果是,分配的号码是什么?