Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60

General Description

Contains the RSCS specific definitions and data structures used in the RSCS API.

Data Structures

struct  cy_stc_ble_rscs_char_value_t
 Running Speed and Cadence Service Characteristic Value parameter structure. More...
 
struct  cy_stc_ble_rscs_descr_value_t
 Running Speed and Cadence Service Characteristic descriptor Value parameter structure. More...
 
struct  cy_stc_ble_rscss_char_t
 RSCS Characteristic with descriptors. More...
 
struct  cy_stc_ble_rscss_t
 Structure with Running Speed and Cadence Service attribute handles. More...
 
struct  cy_stc_ble_rscsc_srvr_full_char_info_t
 RSCS Service Full Characteristic information type. More...
 
struct  cy_stc_ble_rscsc_t
 Structure with Discovered Attributes Information of Running Speed and Cadence Service. More...
 
struct  cy_stc_ble_rscss_config_t
 Service configuration structure (server) More...
 
struct  cy_stc_ble_rscsc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_rscs_char_index_t {
  CY_BLE_RSCS_RSC_MEASUREMENT,
  CY_BLE_RSCS_RSC_FEATURE,
  CY_BLE_RSCS_SENSOR_LOCATION,
  CY_BLE_RSCS_SC_CONTROL_POINT,
  CY_BLE_RSCS_CHAR_COUNT
}
 RSCS Characteristic indexes. More...
 
enum  cy_en_ble_rscs_descr_index_t {
  CY_BLE_RSCS_CCCD,
  CY_BLE_RSCS_DESCR_COUNT
}
 RSCS Characteristic Descriptors indexes. More...
 

Enumeration Type Documentation

◆ cy_en_ble_rscs_char_index_t

RSCS Characteristic indexes.

Enumerator
CY_BLE_RSCS_RSC_MEASUREMENT 

RSC Measurement Characteristic index.

CY_BLE_RSCS_RSC_FEATURE 

RSC Feature Characteristic index.

CY_BLE_RSCS_SENSOR_LOCATION 

Sensor Location Characteristic index.

CY_BLE_RSCS_SC_CONTROL_POINT 

SC Control Point Characteristic index.

CY_BLE_RSCS_CHAR_COUNT 

Total Count of RSCS Characteristics.

◆ cy_en_ble_rscs_descr_index_t

RSCS Characteristic Descriptors indexes.

Enumerator
CY_BLE_RSCS_CCCD 

Client Characteristic Configuration Descriptor index.

CY_BLE_RSCS_DESCR_COUNT 

Total Count of Descriptors.