:orphan: .. title:: CONFIG_BT_MESH_LIGHT_CTRL_CLI .. kconfig:: CONFIG_BT_MESH_LIGHT_CTRL_CLI CONFIG_BT_MESH_LIGHT_CTRL_CLI ############################# *Light LC Client* Type: ``bool`` Help ==== .. code-block:: none Enable mesh Light Lightness Control Client model. Direct dependencies =================== \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`BT_MESH_NRF_MODELS ` - \ :kconfig:`BT_MESH_SENSOR ` Kconfig definition ================== At ``/subsys/bluetooth/mesh/Kconfig.models:508`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:10`` → ``/subsys/bluetooth/Kconfig:30`` → ``/subsys/bluetooth/mesh/Kconfig:11`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → Bluetooth mesh → nRF BT mesh models .. code-block:: kconfig config BT_MESH_LIGHT_CTRL_CLI bool "Light LC Client" select BT_MESH_NRF_MODELS select BT_MESH_SENSOR depends on BT_MESH && BT help Enable mesh Light Lightness Control Client model. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*