Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h187 struct bt_mesh_scheduler_act_set { struct
188 uint64_t index : 4; /* Index of the Schedule Register entry to set */
189 uint64_t year : 7; /* Scheduled year for the action */
190 uint64_t month : 12; /* Scheduled month for the action */
191 uint64_t day : 5; /* Scheduled day of the month for the action */
192 uint64_t hour : 5; /* Scheduled hour for the action */
193 uint64_t minute : 6; /* Scheduled minute for the action */
194 uint64_t second : 6; /* Scheduled second for the action */
195 uint64_t day_of_week : 7; /* Schedule days of the week for the action */
196 uint64_t action : 4; /* Action to be performed at the scheduled time */
[all …]