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

◆ BT_MESH_MODEL_LIGHT_HUE_SRV

#define BT_MESH_MODEL_LIGHT_HUE_SRV ( _srv)

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

Value:
BT_MESH_MODEL_LVL_SRV(&(_srv)->lvl), \
BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_LIGHT_HSL_HUE_SRV, \
_bt_mesh_light_hue_srv_op, &(_srv)->pub, \
_srv), \
&_bt_mesh_light_hue_srv_cb)
#define BT_MESH_MODEL_LVL_SRV(_srv)
Generic Level Server model composition data entry.
Definition gen_lvl_srv.h:44
#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_hue_srv.h:157

HSL Hue Server model composition data entry.

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