nRF Connect SDK API 2.8.99
|
#include <scene_srv.h>
Data Fields | ||
union { | ||
uint16_t sig | ||
struct bt_mesh_mod_id_vnd vnd | ||
} | id | |
size_t | maxlen | |
ssize_t(* | store )(const struct bt_mesh_model *model, uint8_t data[]) | |
Store the current state as a scene. | ||
void(* | recall )(const struct bt_mesh_model *model, const uint8_t data[], size_t len, struct bt_mesh_model_transition *transition) | |
Recall a scene based on the given scene data. | ||
void(* | recall_complete )(const struct bt_mesh_model *model) | |
Recall a scene is completed. | ||
Scene entry type.