Searched defs:bt_mesh_tai_utc_delta_status (Results 1 – 1 of 1) sorted by relevance
61 struct bt_mesh_tai_utc_delta_status { struct62 uint16_t tai_utc_delta_curr : 15; /* Current difference between TAI and UTC in seconds */63 uint16_t padding_1 : 1; /* Always 0b0. Other values are Prohibited. */64 uint16_t tai_utc_delta_new : 15; /* Upcoming difference between TAI and UTC in seconds */65 uint16_t padding_2 : 1; /* Always 0b0. Other values are Prohibited. */66 uint8_t tai_delta_change[5]; /* TAI Seconds time of the upcoming TAI-UTC Delta change */