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:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:29

Menu path: (Top) → Modules → 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.)