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

General Description

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

Data Structures

struct  cy_stc_ble_cts_current_time_t
 Current Time Characteristic structure. More...
 
struct  cy_stc_ble_cts_local_time_info_t
 Local Time Information Characteristic structure. More...
 
struct  cy_stc_ble_cts_reference_time_info_t
 Reference Time Information Characteristic structure. More...
 
struct  cy_stc_ble_cts_char_value_t
 Current Time Service Characteristic Value parameter structure. More...
 
struct  cy_stc_ble_cts_descr_value_t
 Current Time Service Characteristic descriptor Value parameter structure. More...
 
struct  cy_stc_ble_ctss_t
 Structure with Current Time Service attribute handles. More...
 
struct  cy_stc_ble_ctsc_t
 Structure with Discovered Attributes Information of Current Time Service. More...
 
struct  cy_stc_ble_ctss_config_t
 Service configuration structure (server) More...
 
struct  cy_stc_ble_ctsc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_cts_char_index_t {
  CY_BLE_CTS_CURRENT_TIME,
  CY_BLE_CTS_LOCAL_TIME_INFO,
  CY_BLE_CTS_REFERENCE_TIME_INFO,
  CY_BLE_CTS_CHAR_COUNT
}
 Service Characteristics indexes. More...
 
enum  cy_en_ble_cts_char_descriptors_t {
  CY_BLE_CTS_CURRENT_TIME_CCCD,
  CY_BLE_CTS_COUNT
}
 Service Characteristic Descriptors indexes. More...
 

Enumeration Type Documentation

◆ cy_en_ble_cts_char_index_t

Service Characteristics indexes.

Enumerator
CY_BLE_CTS_CURRENT_TIME 

Current Time Characteristic index.

CY_BLE_CTS_LOCAL_TIME_INFO 

Local Time Information Characteristic index.

CY_BLE_CTS_REFERENCE_TIME_INFO 

Reference Time Information Characteristic index.

CY_BLE_CTS_CHAR_COUNT 

Total Count of Current Time Service Characteristics.

◆ cy_en_ble_cts_char_descriptors_t

Service Characteristic Descriptors indexes.

Enumerator
CY_BLE_CTS_CURRENT_TIME_CCCD 

Current Time Client Characteristic configuration descriptor index.

CY_BLE_CTS_COUNT 

Total Count of Current Time Service Characteristic descriptors.