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

◆ BT_MESH_LIGHT_TEMP_SRV_INIT

#define BT_MESH_LIGHT_TEMP_SRV_INIT ( _handlers)

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

Value:
{ \
&_bt_mesh_light_temp_srv_lvl_handlers), \
.pub = { .msg = NET_BUF_SIMPLE(BT_MESH_MODEL_BUF_LEN( \
BT_MESH_LIGHT_TEMP_STATUS, \
BT_MESH_LIGHT_CTL_MSG_MAXLEN_TEMP_STATUS)) }, \
.handlers = _handlers, \
}
#define BT_MESH_LVL_SRV_INIT(_handlers)
Initialization parameters for a Bluetooth Mesh Generic Level Server model instance.
Definition gen_lvl_srv.h:33

Initialization parameters for a Light Temperature Server model instance.

Parameters
[in]_handlersLight CTL Temperature Server callbacks.