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

◆ BT_MESH_MODEL_LIGHT_HSL_SRV

#define BT_MESH_MODEL_LIGHT_HSL_SRV ( _srv,
... )

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

Value:
BT_MESH_MODEL_METADATA_CB(BT_MESH_MODEL_ID_LIGHT_HSL_SRV, \
_bt_mesh_light_hsl_srv_op, &(_srv)->pub, \
_srv), \
&_bt_mesh_light_hsl_srv_cb, __VA_ARGS__), \
BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_LIGHT_HSL_SETUP_SRV, \
_bt_mesh_light_hsl_setup_srv_op, NULL, \
_srv), \
&_bt_mesh_light_hsl_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_hsl_srv.h:94

Light HSL Server model composition data entry.

Parameters
[in]_srvPointer to a Light HSL Server model instance.
...Optional Light HSL Server metadata if application is compiled with Large Composition Data Server support, otherwise this parameter is ignored.