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

General Description

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

Data Structures

struct  cy_stc_ble_ans_char_value_t
 Alert Notification Service Characteristic Value Parameter structure. More...
 
struct  cy_stc_ble_ans_descr_value_t
 Alert Notification Service Characteristic descriptor Value parameter structure. More...
 
struct  cy_stc_ble_anss_char_t
 ANS Characteristic with descriptors. More...
 
struct  cy_stc_ble_anss_t
 The structure with the Alert Notification Service attribute handles. More...
 
struct  cy_stc_ble_srvr_full_char_info_t
 Service Full Characteristic Information type. More...
 
struct  cy_stc_ble_ansc_t
 The structure with discovered attributes information of the alert notification service. More...
 
struct  cy_stc_ble_anss_config_t
 Service Configuration Structure (server) More...
 
struct  cy_stc_ble_ansc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_ans_char_index_t {
  CY_BLE_ANS_SUPPORTED_NEW_ALERT_CAT,
  CY_BLE_ANS_NEW_ALERT,
  CY_BLE_ANS_SUPPORTED_UNREAD_ALERT_CAT,
  CY_BLE_ANS_UNREAD_ALERT_STATUS,
  CY_BLE_ANS_ALERT_NTF_CONTROL_POINT,
  CY_BLE_ANS_CHAR_COUNT
}
 ANS Characteristic indexes. More...
 
enum  cy_en_ble_ans_descr_index_t {
  CY_BLE_ANS_CCCD,
  CY_BLE_ANS_DESCR_COUNT
}
 ANS Characteristic Descriptors indexes. More...
 

Enumeration Type Documentation

◆ cy_en_ble_ans_char_index_t

ANS Characteristic indexes.

Enumerator
CY_BLE_ANS_SUPPORTED_NEW_ALERT_CAT 

Supported New Alert Category Characteristic index.

CY_BLE_ANS_NEW_ALERT 

New Alert Characteristic index.

CY_BLE_ANS_SUPPORTED_UNREAD_ALERT_CAT 

Supported Unread Alert Category Characteristic index.

CY_BLE_ANS_UNREAD_ALERT_STATUS 

Unread Alert Status Characteristic index.

CY_BLE_ANS_ALERT_NTF_CONTROL_POINT 

Alert Notification Control Point Characteristic index.

CY_BLE_ANS_CHAR_COUNT 

Total Count of ANS Characteristics.

◆ cy_en_ble_ans_descr_index_t

ANS Characteristic Descriptors indexes.

Enumerator
CY_BLE_ANS_CCCD 

Client Characteristic Configuration Descriptor index.

CY_BLE_ANS_DESCR_COUNT 

Total Count of Descriptors.