ble_rscs_meas_s

nRF5 SDK v9.0.0

nRF51 SDK v9.0.0

Running Speed and Cadence Service measurement structure. This contains a Running Speed and Cadence measurement. More...

#include <ble_rscs.h>

Detailed Description

Running Speed and Cadence Service measurement structure. This contains a Running Speed and Cadence measurement.

Field Documentation

uint8_t ble_rscs_meas_s::inst_cadence

Instantaneous Cadence.

uint16_t ble_rscs_meas_s::inst_speed

Instantaneous Speed.

uint16_t ble_rscs_meas_s::inst_stride_length

Instantaneous Stride Length.

bool ble_rscs_meas_s::is_inst_stride_len_present

True if Instantaneous Stride Length is present in the measurement.

bool ble_rscs_meas_s::is_running

True if running, False if walking.

bool ble_rscs_meas_s::is_total_distance_present

True if Total Distance is present in the measurement.

uint32_t ble_rscs_meas_s::total_distance

Total Distance.


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .