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

◆ BT_MESH_LIGHT_XYL_SRV_INIT

#define BT_MESH_LIGHT_XYL_SRV_INIT ( _lightness_srv,
_light_xyl_handlers )

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

Value:
{ \
.handlers = _light_xyl_handlers, \
.lightness_srv = _lightness_srv, \
.range = { \
.min = { .x = 0, .y = 0 }, \
.max = { .x = UINT16_MAX, .y = UINT16_MAX } \
} \
}

initialization parameters for a Light xyL Server model instance.

Parameters
[in]_lightness_srvPointer to Lightness server instance.
[in]_light_xyl_handlersLight xyL server callbacks.