nRF Connect SDK API 2.8.99
|
void(* bt_mesh_scene_entry::recall_complete) (const struct bt_mesh_model *model) |
Recall a scene is completed.
This callback is called for each model that has a scene entry when recalling a scene data is done and bt_mesh_scene_entry::recall callback has been called for all models. The model can use this callback when it needs to publish its state, which is a composite state and requires all corresponding models to recall their scene data first.
Can be NULL.
[in] | model | Model to restore the scene of. |