Current Time Service init structure. More...
#include <cts.h>
Public Attributes | |
cts_evt_handler_t | evt_handler |
Current Time Service event handler. More... | |
uint16_t | char_mask |
Initial mask of supported characteristics, and configured with Characteristics Mask. More... | |
cts_cur_time_t | cur_time |
Current Time. More... | |
cts_loc_time_info_t | loc_time_info |
Local Time information. More... | |
cts_ref_time_info_t | ref_time_info |
Reference Time information. More... | |
Current Time Service init structure.
This contains all option and data needed for initialization of the service.
uint16_t cts_init_t::char_mask |
Initial mask of supported characteristics, and configured with Characteristics Mask.
cts_cur_time_t cts_init_t::cur_time |
cts_evt_handler_t cts_init_t::evt_handler |
cts_loc_time_info_t cts_init_t::loc_time_info |
cts_ref_time_info_t cts_init_t::ref_time_info |