![]() |
nRF Connect SDK API 3.3.99
|
| #define BT_MESH_LIGHT_CTRL_SRV_INIT_WITH_REG | ( | _lightness_srv, | |
| _reg ) |
#include <include/bluetooth/mesh/light_ctrl_srv.h>
Initialization parameters for Light Lightness Control Server with custom regulator.
Only available if
CONFIG_BT_MESH_LIGHT_CTRL_SRV_REG
is selected.
| [in] | _lightness_srv | Pointer to the Light Lightness Server model this server controls. |
| [in] | _reg | Pointer to the Illuminance regulator to use. |