nRF Connect SDK API 2.8.99
|
#include <bluetooth/mesh/light_xyl.h>
#include <bluetooth/mesh/model_types.h>
#include <bluetooth/mesh/lightness_srv.h>
Go to the source code of this file.
Data Structures | |
struct | bt_mesh_light_xy_set |
struct | bt_mesh_light_xy_status |
struct | bt_mesh_light_xyl_srv_handlers |
struct | bt_mesh_light_xyl_srv |
Macros | |
#define | BT_MESH_LIGHT_XYL_SRV_INIT(_lightness_srv, _light_xyl_handlers) |
initialization parameters for a Light xyL Server model instance. | |
#define | BT_MESH_MODEL_LIGHT_XYL_SRV(_srv) |
Light XYL Server model composition data entry. | |
Functions | |
int | bt_mesh_light_xyl_srv_pub (struct bt_mesh_light_xyl_srv *srv, struct bt_mesh_msg_ctx *ctx, struct bt_mesh_light_xyl_status *status) |
Publish the current xyL status. | |
int | bt_mesh_light_xyl_srv_target_pub (struct bt_mesh_light_xyl_srv *srv, struct bt_mesh_msg_ctx *ctx, struct bt_mesh_light_xyl_status *status) |
Publish the current xyL target status. | |
int | bt_mesh_light_xyl_srv_range_pub (struct bt_mesh_light_xyl_srv *srv, struct bt_mesh_msg_ctx *ctx, enum bt_mesh_model_status status_code) |
Publish the current xyL Range status. | |
int | bt_mesh_light_xyl_srv_default_pub (struct bt_mesh_light_xyl_srv *srv, struct bt_mesh_msg_ctx *ctx) |
Publish the current xyL Default parameter status. | |