cts_evt_t Struct Reference

Current Time Service event. More...

#include <cts.h>

Public Attributes

uint8_t conn_idx
 The index of the connection. More...
 
cts_evt_type_t evt_type
 The CTS event type. More...
 
const uint8_t * p_data
 Pointer to event data. More...
 
uint16_t length
 Length of event data. More...
 
cts_cur_time_t cur_time
 Curren time set by peer. More...
 
cts_loc_time_info_t loc_time_info
 Local time information set by peer. More...
 

Detailed Description

Current Time Service event.

Definition at line 202 of file cts.h.

Member Data Documentation

◆ conn_idx

uint8_t cts_evt_t::conn_idx

The index of the connection.

Definition at line 204 of file cts.h.

◆ cur_time

cts_cur_time_t cts_evt_t::cur_time

Curren time set by peer.

Definition at line 208 of file cts.h.

◆ evt_type

cts_evt_type_t cts_evt_t::evt_type

The CTS event type.

Definition at line 205 of file cts.h.

◆ length

uint16_t cts_evt_t::length

Length of event data.

Definition at line 207 of file cts.h.

◆ loc_time_info

cts_loc_time_info_t cts_evt_t::loc_time_info

Local time information set by peer.

Definition at line 209 of file cts.h.

◆ p_data

const uint8_t* cts_evt_t::p_data

Pointer to event data.

Definition at line 206 of file cts.h.


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