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

General Description

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

Data Structures

struct  cy_stc_ble_bmss_char_t
 Characteristic with descriptors type. More...
 
struct  cy_stc_ble_bmss_t
 Structure with Service attribute handles. More...
 
struct  cy_stc_ble_bmsc_char_t
 Client Characteristic structure type. More...
 
struct  cy_stc_ble_bmsc_t
 Service structure type. More...
 
struct  cy_stc_ble_bms_char_value_t
 Service Characteristic Value parameter structure. More...
 
struct  cy_stc_ble_bms_descr_value_t
 Service Characteristic descriptor Value parameter structure. More...
 
struct  cy_stc_ble_bmss_config_t
 Service configuration structure (server) More...
 
struct  cy_stc_ble_bmsc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_bms_char_index_t {
  CY_BLE_BMS_BMCP,
  CY_BLE_BMS_BMFT,
  CY_BLE_BMS_CHAR_COUNT
}
 Service Characteristics indexes. More...
 
enum  cy_en_ble_bms_descr_index_t {
  CY_BLE_BMS_CEPD,
  CY_BLE_BMS_DESCR_COUNT
}
 Service Characteristic Descriptors indexes. More...
 

Enumeration Type Documentation

◆ cy_en_ble_bms_char_index_t

Service Characteristics indexes.

Enumerator
CY_BLE_BMS_BMCP 

Bond Management Control Point Characteristic index.

CY_BLE_BMS_BMFT 

Bond Management Feature Characteristic index.

CY_BLE_BMS_CHAR_COUNT 

Total Count of BMS Characteristics.

◆ cy_en_ble_bms_descr_index_t

Service Characteristic Descriptors indexes.

Enumerator
CY_BLE_BMS_CEPD 

Characteristic Extended Properties descriptor index.

CY_BLE_BMS_DESCR_COUNT 

Total Count of BMS descriptors.