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 nRF51822 by
ble_cscs_s Struct Reference
[Cycling Speed and Cadence Service]
Cycling Speed and Cadence Service structure. More...
#include <ble_cscs.h>
Data Fields | |
ble_cscs_evt_handler_t | evt_handler |
Event handler to be called for handling events in the Cycling Speed and Cadence Service. | |
uint16_t | service_handle |
Handle of Cycling Speed and Cadence Service (as provided by the BLE stack). | |
ble_gatts_char_handles_t | meas_handles |
Handles related to the Cycling Speed and Cadence Measurement characteristic. | |
ble_gatts_char_handles_t | feature_handles |
Handles related to the Cycling Speed and Cadence feature characteristic. | |
ble_gatts_char_handles_t | sensor_loc_handles |
Handles related to the Cycling Speed and Cadence Sensor Location characteristic. | |
uint16_t | conn_handle |
Handle of the current connection (as provided by the BLE stack, is BLE_CONN_HANDLE_INVALID if not in a connection). | |
uint16_t | feature |
Bit mask of features available on sensor. | |
ble_sc_ctrlpt_t | ctrl_pt |
data for speed and cadence control point |
Detailed Description
Cycling Speed and Cadence Service structure.
This contains various status information for the service.
Definition at line 101 of file ble_cscs.h.
Field Documentation
uint16_t conn_handle |
Handle of the current connection (as provided by the BLE stack, is BLE_CONN_HANDLE_INVALID if not in a connection).
Definition at line 108 of file ble_cscs.h.
data for speed and cadence control point
Definition at line 110 of file ble_cscs.h.
Event handler to be called for handling events in the Cycling Speed and Cadence Service.
Definition at line 103 of file ble_cscs.h.
uint16_t feature |
Bit mask of features available on sensor.
Definition at line 109 of file ble_cscs.h.
Handles related to the Cycling Speed and Cadence feature characteristic.
Definition at line 106 of file ble_cscs.h.
Handles related to the Cycling Speed and Cadence Measurement characteristic.
Definition at line 105 of file ble_cscs.h.
Handles related to the Cycling Speed and Cadence Sensor Location characteristic.
Definition at line 107 of file ble_cscs.h.
uint16_t service_handle |
Handle of Cycling Speed and Cadence Service (as provided by the BLE stack).
Definition at line 104 of file ble_cscs.h.
Generated on Tue Jul 12 2022 18:47:35 by
