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

General Description

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

Data Structures

struct  cy_stc_ble_rtus_char_value_t
 Reference Time Update Service Characteristic Value parameter structure. More...
 
struct  cy_stc_ble_rtus_time_update_state_t
 Time Update State Characteristic structure. More...
 
struct  cy_stc_ble_rtuss_t
 Structure with Reference Time Update Service attribute handles. More...
 
struct  cy_stc_ble_rtusc_t
 Structure with Discovered Attributes Information of Reference Time Update Service. More...
 
struct  cy_stc_ble_rtuss_config_t
 Service configuration structure (server) More...
 
struct  cy_stc_ble_rtusc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_rtus_char_index_t {
  CY_BLE_RTUS_TIME_UPDATE_CONTROL_POINT,
  CY_BLE_RTUS_TIME_UPDATE_STATE,
  CY_BLE_RTUS_CHAR_COUNT
}
 RTUS Characteristic indexes. More...
 

Enumeration Type Documentation

◆ cy_en_ble_rtus_char_index_t

RTUS Characteristic indexes.

Enumerator
CY_BLE_RTUS_TIME_UPDATE_CONTROL_POINT 

Time Update Control Point Characteristic index.

CY_BLE_RTUS_TIME_UPDATE_STATE 

Time Update State Characteristic index.

CY_BLE_RTUS_CHAR_COUNT 

Total Count of RTUS Characteristics.