Home
last modified time | relevance | path

Searched refs:time_status (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c220 memcpy(status.time_status.tai_seconds, buf->data, TAI_SECONDS_LEN); in time_get()
222 if (memcmp(status.time_status.tai_seconds, zero, TAI_SECONDS_LEN)) { in time_get()
227 status.time_status.subsecond = net_buf_simple_pull_u8(buf); in time_get()
228 status.time_status.uncertainty = net_buf_simple_pull_u8(buf); in time_get()
230 status.time_status.time_authority = val & BIT(0); in time_get()
231 status.time_status.tai_utc_delta = (val >> 1) & BIT_MASK(15); in time_get()
232 status.time_status.time_zone_offset = net_buf_simple_pull_u8(buf); in time_get()
258 memcpy(change.time_status.tai_seconds, srv->state->time.tai_seconds, TAI_SECONDS_LEN); in time_get()
259 change.time_status.subsecond = srv->state->time.subsecond; in time_get()
260 change.time_status.uncertainty = srv->state->time.uncertainty; in time_get()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dtime_scene_server.h273 } time_status; member
372 } time_status; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_time_scene_model_api.h235 …esp_ble_mesh_time_status_cb_t time_status; /*!< For ESP_BLE_MESH_MODEL_OP_TIM… member
725 esp_ble_mesh_state_change_time_status_t time_status; /*!< Time Status */ member
837 esp_ble_mesh_server_recv_time_status_t time_status; /*!< Time Status */ member