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

General Description

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

Data Structures

struct  cy_stc_ble_bcs_char_value_t
 BCS Characteristic Value parameter structure. More...
 
struct  cy_stc_ble_bcs_descr_value_t
 BCS Characteristic descriptor value parameter structure. More...
 
struct  cy_stc_ble_bcss_char_t
 Structure with Body Composition service attribute handles. More...
 
struct  cy_stc_ble_bcss_t
 BCS Characteristics info structure Handles. More...
 
struct  cy_stc_ble_bcsc_char_t
 BCS Client Characteristic Structure type. More...
 
struct  cy_stc_ble_bcsc_t
 BCS Characteristics info structure. More...
 
struct  cy_stc_ble_bcss_config_t
 Service configuration structure (server) More...
 
struct  cy_stc_ble_bcsc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_bcs_char_index_t {
  CY_BLE_BCS_BODY_COMPOSITION_FEATURE,
  CY_BLE_BCS_BODY_COMPOSITION_MEASUREMENT,
  CY_BLE_BCS_CHAR_COUNT
}
 BCS Characteristic indexes. More...
 
enum  cy_en_ble_bcs_descr_index_t {
  CY_BLE_BCS_CCCD,
  CY_BLE_BCS_DESCR_COUNT
}
 BCS Characteristic Descriptors indexes. More...
 

Enumeration Type Documentation

◆ cy_en_ble_bcs_char_index_t

BCS Characteristic indexes.

Enumerator
CY_BLE_BCS_BODY_COMPOSITION_FEATURE 

Body Composition Feature Characteristic index.

CY_BLE_BCS_BODY_COMPOSITION_MEASUREMENT 

Body Composition Measurement Characteristic index.

CY_BLE_BCS_CHAR_COUNT 

Total Count of BCS Characteristics.

◆ cy_en_ble_bcs_descr_index_t

BCS Characteristic Descriptors indexes.

Enumerator
CY_BLE_BCS_CCCD 

Client Characteristic Configuration Descriptor index.

CY_BLE_BCS_DESCR_COUNT 

Total Count of Descriptors.