Searched refs:time_authority (Results 1 – 5 of 5) sorted by relevance
| /hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/ |
| D | time_scene_server.h | 86 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/ |
| D | esp_ble_mesh_time_scene_model_api.h | 77 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/ |
| D | time_scene_client.h | 50 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/ |
| D | time_scene_server.c | 91 … (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/ |
| D | time_scene_client.c | 144 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()
|