Home
last modified time | relevance | path

Searched refs:tai_utc_delta_new (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dtime_scene_server.h88 uint16_t tai_utc_delta_new : 15; member
279 uint16_t tai_utc_delta_new : 15; member
329 uint16_t tai_utc_delta_new : 15; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_time_scene_model_api.h90 uint16_t tai_utc_delta_new : 15; /*!< Upcoming difference between TAI and UTC in seconds */ member
185 uint16_t tai_utc_delta_new : 15; /*!< Upcoming difference between TAI and UTC in seconds */ member
488 uint16_t tai_utc_delta_new : 15; /*!< The value of the TAI-UTC Delta New state */ member
678 uint16_t tai_utc_delta_new : 15; /*!< Upcoming difference between TAI and UTC in seconds */ member
765 uint16_t tai_utc_delta_new : 15; /*!< Upcoming difference between TAI and UTC in seconds */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h64 uint16_t tai_utc_delta_new : 15; /* Upcoming difference between TAI and UTC in seconds */ member
88 uint16_t tai_utc_delta_new : 15; /* Upcoming difference between TAI and UTC in seconds */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c123 net_buf_simple_add_le16(msg, srv->state->time.tai_utc_delta_new); in send_time_status()
128 net_buf_simple_add_le16(msg, srv->state->time.tai_utc_delta_new); in send_time_status()
366 set.tai_utc_delta_set.tai_utc_delta_new = val & BIT_MASK(15); in time_set()
373 srv->state->time.tai_utc_delta_new = val & BIT_MASK(15); in time_set()
414 change.tai_utc_delta_set.tai_utc_delta_new = srv->state->time.tai_utc_delta_new; in time_set()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c185 status->tai_utc_delta_new = temp & BIT_MASK(15); in time_scene_status()
427 net_buf_simple_add_le16(msg, set->padding << 15 | set->tai_utc_delta_new); in time_scene_set_state()