Searched defs:bt_mesh_scheduler_act_status (Results 1 – 1 of 1) sorted by relevance
169 struct bt_mesh_scheduler_act_status { struct170 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 …]