Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60

General Description

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

Data Structures

struct  cy_stc_ble_cgmss_char_t
 Characteristic with descriptors type. More...
 
struct  cy_stc_ble_cgmss_t
 Structure with CGM Service attribute handles. More...
 
struct  cy_stc_ble_cgmsc_char_t
 CGM Client Characteristic structure type. More...
 
struct  cy_stc_ble_cgmsc_t
 CGM Service structure type. More...
 
struct  cy_stc_ble_cgms_char_value_t
 CGM Service Characteristic Value parameter structure. More...
 
struct  cy_stc_ble_cgms_descr_value_t
 CGM Service Characteristic descriptor value parameter structure. More...
 
struct  cy_stc_ble_cgmss_config_t
 Service configuration structure (server) More...
 
struct  cy_stc_ble_cgmsc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_cgms_char_index_t {
  CY_BLE_CGMS_CGMT,
  CY_BLE_CGMS_CGFT,
  CY_BLE_CGMS_CGST,
  CY_BLE_CGMS_SSTM,
  CY_BLE_CGMS_SRTM,
  CY_BLE_CGMS_RACP,
  CY_BLE_CGMS_SOCP,
  CY_BLE_CGMS_CHAR_COUNT
}
 Service Characteristics indexes. More...
 
enum  cy_en_ble_cgms_descr_index_t {
  CY_BLE_CGMS_CCCD,
  CY_BLE_CGMS_DESCR_COUNT
}
 Service Characteristic Descriptors indexes. More...
 

Enumeration Type Documentation

◆ cy_en_ble_cgms_char_index_t

Service Characteristics indexes.

Enumerator
CY_BLE_CGMS_CGMT 

CGM Measurement Characteristic index.

CY_BLE_CGMS_CGFT 

CGM Feature Characteristic index.

CY_BLE_CGMS_CGST 

CGM Status Characteristic index.

CY_BLE_CGMS_SSTM 

CGM Session Start Time Characteristic index.

CY_BLE_CGMS_SRTM 

CGM Session Run Time Characteristic index.

CY_BLE_CGMS_RACP 

Record Access Control Point Characteristic index.

CY_BLE_CGMS_SOCP 

CGM Specific Ops Control Point Characteristic index.

CY_BLE_CGMS_CHAR_COUNT 

Total Count of CGMS Characteristics.

◆ cy_en_ble_cgms_descr_index_t

Service Characteristic Descriptors indexes.

Enumerator
CY_BLE_CGMS_CCCD 

Client Characteristic Configuration descriptor index.

CY_BLE_CGMS_DESCR_COUNT 

Total Count of CGMS descriptors.