Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60

General Description

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

Data Structures

struct  cy_stc_ble_wptss_char_t
 Characteristic with Descriptors. More...
 
struct  cy_stc_ble_wpts_char_value_t
 WPTS Characteristic Value parameter structure. More...
 
struct  cy_stc_ble_wpts_descr_value_t
 WPTS Characteristic descriptor value parameter structure. More...
 
struct  cy_stc_ble_wptss_t
 WPTS Server Characteristic structure type. More...
 
struct  cy_stc_ble_wptsc_char_t
 Characteristic information structure. More...
 
struct  cy_stc_ble_wptsc_t
 WPTS Characteristic with descriptors. More...
 
struct  cy_stc_ble_wptss_config_t
 Service configuration structure (server) More...
 
struct  cy_stc_ble_wptsc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_wpts_char_index_t {
  CY_BLE_WPTS_PRU_CONTROL,
  CY_BLE_WPTS_PTU_STATIC_PAR,
  CY_BLE_WPTS_PRU_ALERT,
  CY_BLE_WPTS_PRU_STATIC_PAR,
  CY_BLE_WPTS_PRU_DYNAMIC_PAR,
  CY_BLE_WPTS_CHAR_COUNT
}
 WPTS Characteristic indexes. More...
 
enum  cy_en_ble_wpts_descr_index_t {
  CY_BLE_WPTS_CCCD,
  CY_BLE_WPTS_DESCR_COUNT
}
 WPTS Characteristic Descriptors indexes. More...
 

Enumeration Type Documentation

◆ cy_en_ble_wpts_char_index_t

WPTS Characteristic indexes.

Enumerator
CY_BLE_WPTS_PRU_CONTROL 

PRU Control Characteristic index.

CY_BLE_WPTS_PTU_STATIC_PAR 

PTU Static Parameter Characteristic index.

CY_BLE_WPTS_PRU_ALERT 

PRU Alert Characteristic index.

CY_BLE_WPTS_PRU_STATIC_PAR 

PRU Static Parameter Characteristic index.

CY_BLE_WPTS_PRU_DYNAMIC_PAR 

PRU Dynamic Parameter Characteristic index.

CY_BLE_WPTS_CHAR_COUNT 

Total Count of WPTS Characteristics.

◆ cy_en_ble_wpts_descr_index_t

WPTS Characteristic Descriptors indexes.

Enumerator
CY_BLE_WPTS_CCCD 

Client Characteristic Configuration Descriptor index.

CY_BLE_WPTS_DESCR_COUNT 

Total Count of Descriptors.