CONFIG_BT_ENOCEAN_STORE
Store EnOcean device data persistently
Type: bool
Help
Stores all commissioned devices persistently, including periodic
samples of the device sequence number.
Direct dependencies
BT_SETTINGS
&& BT_ENOCEAN
&& BT
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <nRF>/subsys/bluetooth/Kconfig.enocean:26
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:10
→ <nRF>/subsys/bluetooth/Kconfig:29
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → EnOcean library
menuconfig BT_ENOCEAN_STORE
bool "Store EnOcean device data persistently"
default y
depends on BT_SETTINGS && BT_ENOCEAN && BT
help
Stores all commissioned devices persistently, including periodic
samples of the device sequence number.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)