nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ recall_complete

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.

Parameters
[in]modelModel to restore the scene of.