Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60
GLS Definitions and Data Structures

General Description

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

Data Structures

struct  cy_stc_ble_glss_char_t
 Glucose Server Characteristic structure type. More...
 
struct  cy_stc_ble_glss_t
 Structure with Glucose Service attribute handles. More...
 
struct  cy_stc_ble_glsc_char_t
 Glucose Client Characteristic structure type. More...
 
struct  cy_stc_ble_glsc_t
 Glucose Service structure type. More...
 
struct  cy_stc_ble_gls_char_value_t
 Glucose Service Characteristic Value parameter structure. More...
 
struct  cy_stc_ble_gls_descr_value_t
 Glucose Service Characteristic descriptor value parameter structure. More...
 
struct  cy_stc_ble_glss_config_t
 Service configuration structure (server) More...
 
struct  cy_stc_ble_glsc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_gls_char_index_t {
  CY_BLE_GLS_GLMT,
  CY_BLE_GLS_GLMC,
  CY_BLE_GLS_GLFT,
  CY_BLE_GLS_RACP,
  CY_BLE_GLS_CHAR_COUNT
}
 Service Characteristics indexes. More...
 
enum  cy_en_ble_gls_descr_index_t {
  CY_BLE_GLS_CCCD,
  CY_BLE_GLS_DESCR_COUNT
}
 Service Characteristic Descriptors indexes. More...
 

Enumeration Type Documentation

◆ cy_en_ble_gls_char_index_t

Service Characteristics indexes.

Enumerator
CY_BLE_GLS_GLMT 

Glucose Measurement Characteristic index.

CY_BLE_GLS_GLMC 

Glucose Measurement Context Characteristic index.

CY_BLE_GLS_GLFT 

Glucose Feature Characteristic index.

CY_BLE_GLS_RACP 

Record Access Control Point Characteristic index.

CY_BLE_GLS_CHAR_COUNT 

Total Count of GLS Characteristics.

◆ cy_en_ble_gls_descr_index_t

Service Characteristic Descriptors indexes.

Enumerator
CY_BLE_GLS_CCCD 

Client Characteristic Configuration descriptor index.

CY_BLE_GLS_DESCR_COUNT 

Total Count of GLS descriptors.