:orphan: .. title:: CONFIG_BT_MESH_SENSOR_ALL_TYPES .. kconfig:: CONFIG_BT_MESH_SENSOR_ALL_TYPES CONFIG_BT_MESH_SENSOR_ALL_TYPES ############################### *Force all sensor types to be known* Type: ``bool`` Help ==== .. code-block:: none Forces all sensor types to be included in the build. This is useful if the set of sensor types that will be used is unknown at compile time, but increases ROM usage by about 3.5kB (4kB if labels are enabled). Direct dependencies =================== \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`BT_MESH_SENSOR_CLI ` Kconfig definition ================== At ``/subsys/bluetooth/mesh/Kconfig.sensor:18`` 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`` → ``/subsys/bluetooth/mesh/Kconfig.models:626`` 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 → Bluetooth mesh Sensors .. code-block:: kconfig config BT_MESH_SENSOR_ALL_TYPES bool "Force all sensor types to be known" if BT_MESH_SENSOR default y if BT_MESH_SENSOR_CLI depends on BT_MESH && BT help Forces all sensor types to be included in the build. This is useful if the set of sensor types that will be used is unknown at compile time, but increases ROM usage by about 3.5kB (4kB if labels are enabled). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*