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

General Description

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

Data Structures

struct  cy_stc_ble_tps_char_value_t
 Tx Power Service Characteristic Value parameter structure. More...
 
struct  cy_stc_ble_tps_descr_value_t
 Tx Power Service Characteristic descriptor Value parameter structure. More...
 
struct  cy_stc_ble_tpss_t
 Structure with Tx Power Service attribute handles. More...
 
struct  cy_stc_ble_tpsc_t
 Structure with Discovered Attributes Information of Tx Power Service. More...
 
struct  cy_stc_ble_tpss_config_t
 Service configuration structure (server) More...
 
struct  cy_stc_ble_tpsc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_tps_char_index_t {
  CY_BLE_TPS_TX_POWER_LEVEL,
  CY_BLE_TPS_CHAR_COUNT
}
 TPS Characteristic indexes. More...
 
enum  cy_en_ble_tps_char_descriptors_t {
  CY_BLE_TPS_CCCD,
  CY_BLE_TPS_DESCR_COUNT
}
 TPS Characteristic Descriptors indexes. More...
 

Enumeration Type Documentation

◆ cy_en_ble_tps_char_index_t

TPS Characteristic indexes.

Enumerator
CY_BLE_TPS_TX_POWER_LEVEL 

Tx Power Level Characteristic index.

CY_BLE_TPS_CHAR_COUNT 

Total Count of Characteristics.

◆ cy_en_ble_tps_char_descriptors_t

TPS Characteristic Descriptors indexes.

Enumerator
CY_BLE_TPS_CCCD 

Tx Power Level Client Characteristic configuration descriptor index.

CY_BLE_TPS_DESCR_COUNT 

Total Count of Tx Power Service Characteristic descriptors.