Searched defs:bt_mesh_time_set (Results 1 – 1 of 1) sorted by relevance
73 struct bt_mesh_time_set { struct74 uint8_t tai_seconds[5]; /* The current TAI time in seconds */75 uint8_t sub_second; /* The sub-second time in units of 1/256 second */76 uint8_t uncertainty; /* The estimated uncertainty in 10-millisecond steps */77 uint16_t time_authority : 1; /* 0 = No Time Authority, 1 = Time Authority */78 uint16_t tai_utc_delta : 15; /* Current difference between TAI and UTC in seconds */79 uint8_t time_zone_offset; /* The local time zone offset in 15-minute increments */