nRF5 SDK v13.0.0
Data Fields
ble_rscs_c_evt_t Struct Reference

Running Speed and Cadence Event structure. More...

#include <ble_rscs_c.h>

Data Fields

ble_rscs_c_evt_type_t evt_type
 
uint16_t conn_handle
 
union {
   ble_rscs_c_db_t   rscs_db
 
   ble_rsc_t   rsc
 
params
 

Detailed Description

Running Speed and Cadence Event structure.

Field Documentation

uint16_t ble_rscs_c_evt_t::conn_handle

Connection handle on which the rscs_c event occured.

ble_rscs_c_evt_type_t ble_rscs_c_evt_t::evt_type

Type of the event.

ble_rsc_t ble_rscs_c_evt_t::rsc

Running Speed and Cadence measurement received. This will be filled if the evt_type is BLE_RSCS_C_EVT_RSC_NOTIFICATION.

ble_rscs_c_db_t ble_rscs_c_evt_t::rscs_db

Running Speed and Cadence Service related handles found on the peer device. This will be filled if the evt_type is BLE_RSCS_C_EVT_DISCOVERY_COMPLETE.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated