:orphan: .. title:: CONFIG_BT_MESH_LVL_SRV .. kconfig:: CONFIG_BT_MESH_LVL_SRV CONFIG_BT_MESH_LVL_SRV ###################### *Generic Level Server* Type: ``bool`` Help ==== .. code-block:: none Enable mesh Generic Level Server 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 ` Symbols that select this symbol =============================== - \ :kconfig:`BT_MESH_PLVL_SRV ` - \ :kconfig:`BT_MESH_LIGHTNESS_SRV ` - \ :kconfig:`BT_MESH_LIGHT_TEMP_SRV ` - \ :kconfig:`BT_MESH_LIGHT_SAT_SRV ` - \ :kconfig:`BT_MESH_LIGHT_HUE_SRV ` Kconfig definition ================== At ``/subsys/bluetooth/mesh/Kconfig.models:110`` 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_LVL_SRV bool "Generic Level Server" select BT_MESH_NRF_MODELS depends on BT_MESH && BT help Enable mesh Generic Level Server model. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*