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

General Description

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

Data Structures

struct  cy_stc_ble_hrss_t
 Structure with Heart Rate Service attribute handles. More...
 
struct  cy_stc_ble_hrsc_t
 Structure with Discovered Attributes Information of Heart Rate Service. More...
 
struct  cy_stc_ble_hrs_char_value_t
 HRS Characteristic Value parameter structure. More...
 
struct  cy_stc_ble_hrs_descr_value_t
 HRS Characteristic descriptor value parameter structure. More...
 
struct  cy_stc_ble_hrss_config_t
 Service configuration structure (server) More...
 
struct  cy_stc_ble_hrsc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_hrs_char_index_t {
  CY_BLE_HRS_HRM,
  CY_BLE_HRS_BSL,
  CY_BLE_HRS_CPT,
  CY_BLE_HRS_CHAR_COUNT
}
 HRS Characteristics indexes. More...
 
enum  cy_en_ble_hrs_descr_index_t {
  CY_BLE_HRS_HRM_CCCD,
  CY_BLE_HRS_DESCR_COUNT
}
 HRS Characteristic Descriptors indexes. More...
 

Enumeration Type Documentation

◆ cy_en_ble_hrs_char_index_t

HRS Characteristics indexes.

Enumerator
CY_BLE_HRS_HRM 

Heart Rate Measurement Characteristic index.

CY_BLE_HRS_BSL 

Body Sensor Location Characteristic index.

CY_BLE_HRS_CPT 

Control Point Characteristic index.

CY_BLE_HRS_CHAR_COUNT 

Total Count of HRS Characteristics.

◆ cy_en_ble_hrs_descr_index_t

HRS Characteristic Descriptors indexes.

Enumerator
CY_BLE_HRS_HRM_CCCD 

Heart Rate Measurement client char.

config. descriptor index

CY_BLE_HRS_DESCR_COUNT 

Total Count of HRS HRM descriptors.