What is the service, characteristics for step count in Bluetooth LE?

bluetooth-lowenergy

Solution

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

Problem

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.

Original source