SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_rscs_s Struct Reference

ble_rscs_s Struct Reference
[Running Speed and Cadence Service]

Running Speed and Cadence Service 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.
uint16_t service_handle
 Handle of Running Speed and Cadence Service (as provided by the BLE stack).
ble_gatts_char_handles_t meas_handles
 Handles related to the Running Speed and Cadence Measurement characteristic.
ble_gatts_char_handles_t feature_handles
 Handles related to the Running Speed and Cadence feature 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.

Detailed Description

Running Speed and Cadence Service structure.

This contains various status information for the service.

Definition at line 81 of file ble_rscs.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 87 of file ble_rscs.h.

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

Definition at line 83 of file ble_rscs.h.

uint16_t feature

Bit mask of features available on sensor.

Definition at line 88 of file ble_rscs.h.

Handles related to the Running Speed and Cadence feature characteristic.

Definition at line 86 of file ble_rscs.h.

Handles related to the Running Speed and Cadence Measurement characteristic.

Definition at line 85 of file ble_rscs.h.

uint16_t service_handle

Handle of Running Speed and Cadence Service (as provided by the BLE stack).

Definition at line 84 of file ble_rscs.h.