bt_mesh_model_cb struct
Model callback functions.
Fields
int (*const)(struct bt_mesh_model *model,
const char *name, char *val)
Set value handler of user data tied to the model. @sa settings_handler::h_set.
Callback called when the mesh is started. This handler gets called after the node has been provisioned, or after all mesh data has been loaded from persistent storage. @sa settings_handler::h_commit.
Model init callback. Called on every model instance during mesh initialization. If any of the model init callbacks return an error, the Mesh subsystem initialization will be aborted, and the error will be returned to the caller of bt_mesh_init.
Model reset callback. Called when the mesh node is reset. All model data is deleted on reset, and the model should clear its state.