Data structure of the time_updated event.
Public Attribute Documentation#
tai_seconds#
uint64_t sl_btmesh_evt_time_server_time_updated_s::tai_seconds
The current TAI time in seconds since the epoch, 40-bit value
subsecond#
uint8_t sl_btmesh_evt_time_server_time_updated_s::subsecond
The sub-second in units of 1/256th second. Range is 0-255.
uncertainty#
uint8_t sl_btmesh_evt_time_server_time_updated_s::uncertainty
The estimated uncertainty in 10-milliseconds steps. Range is 0-255, representing up 2.55 seconds.
time_authority
uint8_t sl_btmesh_evt_time_server_time_updated_s::time_authority
0: No Time Authority, the element does not have a trusted source of time such as GPS or NTP. 1: Time Authority, the element has a trusted source of time or a battery-backed properly initialized RTC. Other values are prohibited.
tai_utc_delta#
int32_t sl_btmesh_evt_time_server_time_updated_s::tai_utc_delta
Current difference between TAI and UTC in seconds. Range is -255 to 32512.
time_zone_offset#
int16_t sl_btmesh_evt_time_server_time_updated_s::time_zone_offset
The local time zone offset in 15-minute increments. Range is -64 to 191, representing -16 to 47.75 hours.