Home
last modified time | relevance | path

Searched defs:bt_mesh_tai_utc_delta_status (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h61 struct bt_mesh_tai_utc_delta_status { struct
62 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 */