Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dtime_scene_server.h86 uint16_t time_authority : 1, member
262 uint16_t time_authority : 1; member
270 uint16_t time_authority : 1; member
320 uint16_t time_authority : 1; member
369 uint16_t time_authority : 1; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_time_scene_model_api.h77 uint16_t time_authority : 1; /*!< 0 = No Time Authority, 1 = Time Authority */ member
169 uint16_t time_authority : 1; /*!< 0 = No Time Authority, 1 = Time Authority */ member
486 uint16_t time_authority : 1, /*!< The value of the Time Authority bit */ member
655 uint16_t time_authority : 1; /*!< 0 = No Time Authority, 1 = Time Authority */ member
665 uint16_t time_authority : 1; /*!< 0 = No Time Authority, 1 = Time Authority */ member
752 uint16_t time_authority : 1; /*!< 0 = No Time Authority, 1 = Time Authority */ member
828 uint16_t time_authority : 1; /*!< 0 = No Time Authority, 1 = Time Authority */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h50 uint16_t time_authority : 1; /* 0 = No Time Authority, 1 = Time Authority */ member
77 uint16_t time_authority : 1; /* 0 = No Time Authority, 1 = Time Authority */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c91 … (srv->state->time.tai_utc_delta_curr << 1) | srv->state->time.time_authority); in send_time_status()
101 … (srv->state->time.tai_utc_delta_curr << 1) | srv->state->time.time_authority); in send_time_status()
230 status.time_status.time_authority = val & BIT(0); in time_get()
261 change.time_status.time_authority = srv->state->time.time_authority; in time_get()
326 set.time_set.time_authority = val & BIT(0); in time_set()
338 srv->state->time.time_authority = val & BIT(0); in time_set()
405 change.time_set.time_authority = srv->state->time.time_authority; in time_set()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c144 status->time_authority = temp & BIT(0); in time_scene_status()
413 net_buf_simple_add_le16(msg, set->tai_utc_delta << 1 | set->time_authority); in time_scene_set_state()