![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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 |
Running Speed and Cadence Event structure.
| 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.