CONFIG_CAF_POWER_MANAGER_STAY_ON

Stay on while no connections

Type: bool

Help

If disabled the device will switch SoC to OFF mode after power
manager timeout is done. If enabled the device will stay on
but remain idle. If the device is connected it will always stay on
and maintain the connection, regardless of the setting.

Direct dependencies

CAF_POWER_MANAGER && CAF

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/subsys/caf/modules/Kconfig.power_manager:20

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/subsys/Kconfig:44<nRF>/subsys/caf/Kconfig:16<nRF>/subsys/caf/modules/Kconfig:16

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework → Power manager → Enable power management

config CAF_POWER_MANAGER_STAY_ON
    bool "Stay on while no connections"
    depends on CAF_POWER_MANAGER && CAF
    help
      If disabled the device will switch SoC to OFF mode after power
      manager timeout is done. If enabled the device will stay on
      but remain idle. If the device is connected it will always stay on
      and maintain the connection, regardless of the setting.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)