nRF Connect SDK API 2.8.99
|
#include <zephyr/bluetooth/mesh.h>
Go to the source code of this file.
Data Structures | |
struct | bt_mesh_light_ctrl_reg_coeff |
struct | bt_mesh_light_ctrl_reg_cfg |
struct | bt_mesh_light_ctrl_reg |
Functions | |
void | bt_mesh_light_ctrl_reg_target_set (struct bt_mesh_light_ctrl_reg *reg, float target, int32_t transition_time) |
Set the target lightness for the regulator. | |
float | bt_mesh_light_ctrl_reg_target_get (struct bt_mesh_light_ctrl_reg *reg) |
Get the target lightness for the regulator. | |