Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60

General Description

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

Data Structures

struct  cy_stc_ble_ancss_char_t
 ANC Service Characteristic structure type. More...
 
struct  cy_stc_ble_ancss_t
 Structure with ANC Service attribute handles. More...
 
struct  cy_stc_ble_ancsc_char_t
 ANCS client Characteristic structure type. More...
 
struct  cy_stc_ble_ancsc_t
 Structure with Discovered Attributes Information of ANC Service. More...
 
struct  cy_stc_ble_ancs_char_value_t
 ANCS Characteristic value parameter structure. More...
 
struct  cy_stc_ble_ancs_descr_value_t
 ANCS Characteristic descriptor value parameter structure. More...
 
struct  cy_stc_ble_ancss_config_t
 Service configuration structure (server) More...
 
struct  cy_stc_ble_ancsc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_ancs_char_index_t {
  CY_BLE_ANCS_NS,
  CY_BLE_ANCS_CP,
  CY_BLE_ANCS_DS,
  CY_BLE_ANCS_CHAR_COUNT
}
 ANC Service Characteristics indexes. More...
 
enum  cy_en_ble_ancs_descr_index_t {
  CY_BLE_ANCS_CCCD,
  CY_BLE_ANCS_DESCR_COUNT
}
 ANC Service Characteristic Descriptors indexes. More...
 

Enumeration Type Documentation

◆ cy_en_ble_ancs_char_index_t

ANC Service Characteristics indexes.

Enumerator
CY_BLE_ANCS_NS 

Notification Source Characteristic index.

CY_BLE_ANCS_CP 

Control Point Characteristic index.

CY_BLE_ANCS_DS 

Data Source Characteristic index.

CY_BLE_ANCS_CHAR_COUNT 

Total Count of ANCS Characteristics.

◆ cy_en_ble_ancs_descr_index_t

ANC Service Characteristic Descriptors indexes.

Enumerator
CY_BLE_ANCS_CCCD 

Client Characteristic Configuration descriptor index.

CY_BLE_ANCS_DESCR_COUNT 

Total Count of ANCS descriptors.