Home
last modified time | relevance | path

Searched defs:bt_mesh_scheduler_act_status (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h169 struct bt_mesh_scheduler_act_status { struct
170 uint64_t index : 4; /* Enumerates (selects) a Schedule Register entry */
171 uint64_t year : 7; /* Scheduled year for the action */
172 uint64_t month : 12; /* Scheduled month for the action */
173 uint64_t day : 5; /* Scheduled day of the month for the action */
174 uint64_t hour : 5; /* Scheduled hour for the action */
175 uint64_t minute : 6; /* Scheduled minute for the action */
176 uint64_t second : 6; /* Scheduled second for the action */
177 uint64_t day_of_week : 7; /* Schedule days of the week for the action */
178 uint64_t action : 4; /* Action to be performed at the scheduled time */
[all …]