SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_rscs_init_t Struct Reference

ble_rscs_init_t Struct Reference
[Running Speed and Cadence Service]

Running Speed and Cadence Service init structure. More...

#include <ble_rscs.h>

Data Fields

ble_rscs_evt_handler_t evt_handler
 Event handler to be called for handling events in the Running Speed and Cadence Service.
ble_srv_cccd_security_mode_t rsc_meas_attr_md
 Initial security level for running speed and cadence measurement attribute.
ble_srv_security_mode_t rsc_feature_attr_md
 Initial security level for feature attribute.
uint16_t feature
 Initial value for features of sensor.

Detailed Description

Running Speed and Cadence Service init structure.

This contains all options and data needed for initialization of the service.

Definition at line 71 of file ble_rscs.h.


Field Documentation

Event handler to be called for handling events in the Running Speed and Cadence Service.

Definition at line 73 of file ble_rscs.h.

uint16_t feature

Initial value for features of sensor.

Definition at line 76 of file ble_rscs.h.

Initial security level for feature attribute.

Definition at line 75 of file ble_rscs.h.

Initial security level for running speed and cadence measurement attribute.

Definition at line 74 of file ble_rscs.h.