nRF Connect SDK API 2.8.99
|
void(*const bt_mesh_dtt_srv::update) (struct bt_mesh_dtt_srv *srv, struct bt_mesh_msg_ctx *ctx, uint32_t old_transition_time, uint32_t new_transition_time) |
Update handler for the transition time state.
Called every time the transition time is updated.
[in] | srv | Server instance that was updated. |
[in] | ctx | Context of the set message that caused the update, or NULL if the update was not a result of a set message. |
[in] | old_transition_time | The transition time prior to the update, in milliseconds. |
[in] | new_transition_time | The new transition time after the update, in milliseconds. |