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

◆ BT_MESH_MODEL_LIGHT_XYL_SRV

#define BT_MESH_MODEL_LIGHT_XYL_SRV ( _srv)

#include <include/bluetooth/mesh/light_xyl_srv.h>

Value:
BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_LIGHT_XYL_SRV, \
_bt_mesh_light_xyl_srv_op, &(_srv)->pub, \
struct bt_mesh_light_xyl_srv, _srv), \
&_bt_mesh_light_xyl_srv_cb), \
BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_LIGHT_XYL_SETUP_SRV, \
_bt_mesh_light_xyl_setup_srv_op, NULL, \
struct bt_mesh_light_xyl_srv, _srv), \
&_bt_mesh_light_xyl_setup_srv_cb)
#define BT_MESH_MODEL_USER_DATA(_type, _user_data)
Utility macro for type checking of model user data.
Definition model_types.h:113
Definition light_xyl_srv.h:152

Light XYL Server model composition data entry.

Parameters
[in]_srvPointer to a Light xyL Server model instance.