nRF Connect SDK API 2.8.99
|
uint16_t bt_mesh_scene_srv_target_scene_get | ( | const struct bt_mesh_scene_srv * | srv | ) |
#include <include/bluetooth/mesh/scene_srv.h>
Get the target scene.
This will return the scene that the scene servers is transiting into. If there is no transition running this will return BT_MESH_SCENE_NONE.
[in] | srv | Scene Server model. |