bt_mesh_model_cb is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
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.
int (*const)(struct bt_mesh_model *model)
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.
int (*const)(struct bt_mesh_model *model)
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.
void (*const)(struct bt_mesh_model *model)
Model reset callback. Called when the mesh node is reset. All model data is deleted on reset, and the model should clear its state.

References

from examples