Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_WallbotBLE_Challenge by
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.
Generated on Tue Jul 12 2022 13:52:34 by
