Current Time Service event. More...
#include <cts.h>
Data Fields | |
| uint8_t | conn_idx |
| cts_evt_type_t | evt_type |
| const uint8_t * | p_data |
| uint16_t | length |
| cts_cur_time_t | cur_time |
| cts_loc_time_info_t | loc_time_info |
Current Time Service event.
| uint8_t cts_evt_t::conn_idx |
The index of the connection.
| cts_cur_time_t cts_evt_t::cur_time |
Curren time set by peer.
| cts_evt_type_t cts_evt_t::evt_type |
The CTS event type.
| uint16_t cts_evt_t::length |
Length of event data.
| cts_loc_time_info_t cts_evt_t::loc_time_info |
Local time information set by peer.
| const uint8_t* cts_evt_t::p_data |
Pointer to event data.