nRF Connect SDK API 2.8.99
|
#include <light_xyl_srv.h>
Data Fields | ||
const struct bt_mesh_model * | model | |
struct bt_mesh_lightness_srv * | lightness_srv | |
struct bt_mesh_model_pub | pub | |
struct net_buf_simple | pub_buf | |
uint8_t | pub_data [BT_MESH_MODEL_BUF_LEN(BT_MESH_LIGHT_XYL_OP_RANGE_STATUS, BT_MESH_LIGHT_XYL_MSG_LEN_RANGE_STATUS)] | |
struct bt_mesh_tid_ctx | prev_transaction | |
struct bt_mesh_light_xy_range | range | |
const struct bt_mesh_light_xyl_srv_handlers * | handlers | |
struct bt_mesh_light_xy | xy_default | |
struct { | ||
struct bt_mesh_light_xy xy_last | ||
} | transient | |
Light xyL Server instance. Should be initialized with BT_MESH_LIGHT_XYL_SRV_INIT.