nRF5 SDK v17.1.0
Data Fields
ble_cts_c_evt_t Struct Reference

Current Time Service client event. More...

#include <ble_cts_c.h>

Data Fields

ble_cts_c_evt_type_t evt_type
 
uint16_t conn_handle
 
union {
   current_time_char_t   current_time
 
   ble_cts_c_handles_t   char_handles
 
params
 

Detailed Description

Current Time Service client event.

Field Documentation

ble_cts_c_handles_t ble_cts_c_evt_t::char_handles

Handles related to Current Time, found on the peer device. This is filled when the evt_type is BLE_HRS_C_EVT_DISCOVERY_COMPLETE.

uint16_t ble_cts_c_evt_t::conn_handle

Connection handle on which the CTS service was discovered on the peer device. This is filled if the evt_type is BLE_CTS_C_EVT_DISCOVERY_COMPLETE.

current_time_char_t ble_cts_c_evt_t::current_time

Current Time characteristic data. This is filled when the evt_type is BLE_CTS_C_EVT_CURRENT_TIME.

ble_cts_c_evt_type_t ble_cts_c_evt_t::evt_type

Type of event.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated