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

General Description

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

Data Structures

struct  cy_stc_ble_blss_char_t
 Characteristic with descriptors. More...
 
struct  cy_stc_ble_blss_t
 Structure with Blood Pressure Service attribute handles. More...
 
struct  cy_stc_ble_blsc_char_t
 Blood Pressure Client Server's Characteristic structure type. More...
 
struct  cy_stc_ble_blsc_t
 Structure with Discovered Attributes Information of Blood Pressure Service. More...
 
struct  cy_stc_ble_bls_char_value_t
 Blood Pressure Service Characteristic value parameter structure. More...
 
struct  cy_stc_ble_bls_descr_value_t
 Blood Pressure Service Characteristic descriptor value parameter structure. More...
 
struct  cy_stc_ble_blss_config_t
 Service configuration structure (server) More...
 
struct  cy_stc_ble_blsc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_bls_char_index_t {
  CY_BLE_BLS_BPM,
  CY_BLE_BLS_ICP,
  CY_BLE_BLS_BPF,
  CY_BLE_BLS_CHAR_COUNT
}
 Service Characteristics indexes. More...
 
enum  cy_en_ble_bls_descr_index_t {
  CY_BLE_BLS_CCCD,
  CY_BLE_BLS_DESCR_COUNT
}
 Service Characteristic Descriptors indexes. More...
 

Enumeration Type Documentation

◆ cy_en_ble_bls_char_index_t

Service Characteristics indexes.

Enumerator
CY_BLE_BLS_BPM 

Blood Pressure Measurement Characteristic index.

CY_BLE_BLS_ICP 

Intermediate Cuff Pressure Context Characteristic index.

CY_BLE_BLS_BPF 

Blood Pressure Feature Characteristic index.

CY_BLE_BLS_CHAR_COUNT 

Total Count of BLS Characteristics.

◆ cy_en_ble_bls_descr_index_t

Service Characteristic Descriptors indexes.

Enumerator
CY_BLE_BLS_CCCD 

Client Characteristic Configuration descriptor index.

CY_BLE_BLS_DESCR_COUNT 

Total Count of BLS descriptors.