Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dtime_scene_server.h84 uint8_t time_zone_offset_new; member
275 uint8_t time_zone_offset_new; member
325 uint8_t time_zone_offset_new; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_time_scene_model_api.h84 uint8_t time_zone_offset_new; /*!< Upcoming local time zone offset */ member
177 uint8_t time_zone_offset_new; /*!< Upcoming local time zone offset */ member
484 uint8_t time_zone_offset_new; /*!< The value of the Time Zone Offset New state */ member
672 uint8_t time_zone_offset_new; /*!< Upcoming local time zone offset */ member
759 uint8_t time_zone_offset_new; /*!< Upcoming local time zone offset */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h57 uint8_t time_zone_offset_new; /* Upcoming local time zone offset */ member
83 uint8_t time_zone_offset_new; /* Upcoming local time zone offset */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c110 net_buf_simple_add_u8(msg, srv->state->time.time_zone_offset_new); in send_time_status()
115 net_buf_simple_add_u8(msg, srv->state->time.time_zone_offset_new); in send_time_status()
346 set.time_zone_set.time_zone_offset_new = net_buf_simple_pull_u8(buf); in time_set()
353 srv->state->time.time_zone_offset_new = net_buf_simple_pull_u8(buf); in time_set()
410 change.time_zone_set.time_zone_offset_new = srv->state->time.time_zone_offset_new; in time_set()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c163 status->time_zone_offset_new = net_buf_simple_pull_u8(buf); in time_scene_status()
420 net_buf_simple_add_u8(msg, set->time_zone_offset_new); in time_scene_set_state()