ble_rsc_t

nRF5 SDK v9.0.0

nRF51 SDK v9.0.0

Structure containing the Running Speed and Cadence measurement received from the peer. More...

#include <ble_rscs_c.h>

Detailed Description

Structure containing the Running Speed and Cadence measurement received from the peer.

Field Documentation

uint8_t ble_rsc_t::inst_cadence

Instantaneous Cadence.

uint16_t ble_rsc_t::inst_speed

Instantaneous Speed.

uint16_t ble_rsc_t::inst_stride_length

Instantaneous Stride Length.

bool ble_rsc_t::is_inst_stride_len_present

True if Instantaneous Stride Length is present in the measurement.

bool ble_rsc_t::is_running

True if running, False if walking.

bool ble_rsc_t::is_total_distance_present

True if Total Distance is present in the measurement.

uint32_t ble_rsc_t::total_distance

Total Distance.


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