What is the service, characteristics value (UUIDs) for step count in Bluetooth Low Energy? The corresponding pages for bluetooth docs does not list any for steps. How to calculate steps count? Does steps count devices use running speed and cadence service? Thanks.
相关问题
- what is the difference between bounded and unbound
- CoreBluetooth - Can connectPeripheral be called mu
- Bluetooth Le Gatt Not Finding Any Devices
- Sending bluetooth LE data in advertisement on iOS
- Receiving BluetoothGattCallback multiple times aft
相关文章
- Why the address of my BluetoothDevice changes ever
- Bluetooth LE Scanning Sometimes Doesn't Find D
- UWP BLE device pairing
- Android 4.3: How to connect to multiple Bluetooth
- Bluetooth LE TX Power reading
- Bluez implementation in android
- Android / iOS - BLE - wake up a terminated applica
- iOS BLE - How to keep app active in the background
Some devices does indeed use the Running Speed and Cadence service. You should be able to calculate the step count by dividing the "Total Distance" by the "Instantaneous Stride Length". Both of which are available in RSC Measurement