Current Time Service init structure. This contains all option and data needed for initialization of the service. More...
#include <cts.h>
Data Fields | |
| cts_evt_handler_t | evt_handler |
| uint16_t | char_mask |
| cts_cur_time_t | cur_time |
| cts_loc_time_info_t | loc_time_info |
| cts_ref_time_info_t | ref_time_info |
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 |
Current Time.
| cts_evt_handler_t cts_init_t::evt_handler |
Current Time Service event handler.
| cts_loc_time_info_t cts_init_t::loc_time_info |
Local Time information.
| cts_ref_time_info_t cts_init_t::ref_time_info |
Reference Time information.