Searched defs:bt_mesh_time_status (Results 1 – 1 of 1) sorted by relevance
46 struct bt_mesh_time_status { struct47 uint8_t tai_seconds[5]; /* The current TAI time in seconds */48 uint8_t sub_second; /* The sub-second time in units of 1/256 second */49 uint8_t uncertainty; /* The estimated uncertainty in 10-millisecond steps */50 uint16_t time_authority : 1; /* 0 = No Time Authority, 1 = Time Authority */51 uint16_t tai_utc_delta : 15; /* Current difference between TAI and UTC in seconds */52 uint8_t time_zone_offset; /* The local time zone offset in 15-minute increments */