Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_cscs_meas_s Struct Reference

ble_cscs_meas_s Struct Reference
[Cycling Speed and Cadence Service]

Cycling Speed and Cadence Service measurement structure. More...

#include <ble_cscs.h>

Data Fields

bool is_wheel_rev_data_present
 True if Wheel Revolution Data is present in the measurement.
bool is_crank_rev_data_present
 True if Crank Revolution Data is present in the measurement.
uint32_t cumulative_wheel_revs
 Cumulative Wheel Revolutions.
uint16_t last_wheel_event_time
 Last Wheel Event Time.
uint16_t cumulative_crank_revs
 Cumulative Crank Revolutions.
uint16_t last_crank_event_time
 Last Crank Event Time.

Detailed Description

Cycling Speed and Cadence Service measurement structure.

This contains a Cycling Speed and Cadence Service measurement.

Definition at line 115 of file ble_cscs.h.


Field Documentation

Cumulative Crank Revolutions.

Definition at line 121 of file ble_cscs.h.

Cumulative Wheel Revolutions.

Definition at line 119 of file ble_cscs.h.

True if Crank Revolution Data is present in the measurement.

Definition at line 118 of file ble_cscs.h.

True if Wheel Revolution Data is present in the measurement.

Definition at line 117 of file ble_cscs.h.

Last Crank Event Time.

Definition at line 122 of file ble_cscs.h.

Last Wheel Event Time.

Definition at line 120 of file ble_cscs.h.