Searched refs:time_status (Results 1 – 3 of 3) sorted by relevance
220 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 …]
273 } time_status; member372 } time_status; member
235 …esp_ble_mesh_time_status_cb_t time_status; /*!< For ESP_BLE_MESH_MODEL_OP_TIM… member725 esp_ble_mesh_state_change_time_status_t time_status; /*!< Time Status */ member837 esp_ble_mesh_server_recv_time_status_t time_status; /*!< Time Status */ member