cts_evt_t Struct Reference

Current Time Service event. More...

#include <cts.h>

+ Collaboration diagram for cts_evt_t:

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 215 of file cts.h.

Member Data Documentation

◆ conn_idx

uint8_t cts_evt_t::conn_idx

The index of the connection.

Definition at line 217 of file cts.h.

◆ cur_time

cts_cur_time_t cts_evt_t::cur_time

Curren time set by peer.

Definition at line 221 of file cts.h.

◆ evt_type

cts_evt_type_t cts_evt_t::evt_type

The CTS event type.

Definition at line 218 of file cts.h.

◆ length

uint16_t cts_evt_t::length

Length of event data.

Definition at line 220 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 222 of file cts.h.

◆ p_data

const uint8_t* cts_evt_t::p_data

Pointer to event data.

Definition at line 219 of file cts.h.


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