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

◆ BT_MESH_MODEL_LIGHT_TEMP_SRV

#define BT_MESH_MODEL_LIGHT_TEMP_SRV ( _srv,
... )

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

Value:
BT_MESH_MODEL_LVL_SRV(&(_srv)->lvl), \
BT_MESH_MODEL_METADATA_CB( \
BT_MESH_MODEL_ID_LIGHT_CTL_TEMP_SRV, \
_bt_mesh_light_temp_srv_op, &(_srv)->pub, \
&_bt_mesh_light_temp_srv_cb, __VA_ARGS__)
#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_temp_srv.h:142

Light CTL Temperature Server model composition data entry.

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