Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60

General Description

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

Data Structures

struct  cy_stc_ble_cscs_char_value_t
 Cycling Speed and Cadence Service Characteristic Value parameter structure. More...
 
struct  cy_stc_ble_cscs_descr_value_t
 Cycling Speed and Cadence Service Characteristic descriptor Value parameter structure. More...
 
struct  cy_stc_ble_cscss_char_t
 Characteristic with descriptors type. More...
 
struct  cy_stc_ble_cscss_t
 Structure with Cycling Speed and Cadence Service attribute handles. More...
 
struct  cy_stc_ble_cscsc_srvr_full_char_info_t
 Service full Characteristic information type. More...
 
struct  cy_stc_ble_cscsc_t
 Structure with Discovered Attributes Information of Cycling Speed and Cadence Service. More...
 
struct  cy_stc_ble_cscss_config_t
 Service configuration structure (server) More...
 
struct  cy_stc_ble_cscsc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_cscs_char_index_t {
  CY_BLE_CSCS_CSC_MEASUREMENT,
  CY_BLE_CSCS_CSC_FEATURE,
  CY_BLE_CSCS_SENSOR_LOCATION,
  CY_BLE_CSCS_SC_CONTROL_POINT,
  CY_BLE_CSCS_CHAR_COUNT
}
 Characteristic indexes. More...
 
enum  cy_en_ble_cscs_descr_index_t {
  CY_BLE_CSCS_CCCD,
  CY_BLE_CSCS_DESCR_COUNT
}
 Characteristic Descriptors indexes. More...
 

Enumeration Type Documentation

◆ cy_en_ble_cscs_char_index_t

Characteristic indexes.

Enumerator
CY_BLE_CSCS_CSC_MEASUREMENT 

CSC Measurement Characteristic index.

CY_BLE_CSCS_CSC_FEATURE 

CSC Feature Characteristic index.

CY_BLE_CSCS_SENSOR_LOCATION 

CSC Sensor Location Characteristic index.

CY_BLE_CSCS_SC_CONTROL_POINT 

CSC SC Control Point Characteristic index.

CY_BLE_CSCS_CHAR_COUNT 

Total Count of CSCS Characteristics.

◆ cy_en_ble_cscs_descr_index_t

Characteristic Descriptors indexes.

Enumerator
CY_BLE_CSCS_CCCD 

Client Characteristic Configuration Descriptor index.

CY_BLE_CSCS_DESCR_COUNT 

Total Count of Descriptors.