CONFIG_LTE_LC_MODEM_SLEEP_NOTIFICATIONS

Modem sleep notifications

Type: bool

Help

If this option is enabled the application will get notifications when the modem
enters and exits sleep. The application will also get pre-warning notifications
prior to when the modem exits sleep depending on the configured pre-warning time.

Direct dependencies

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/lib/lte_link_control/Kconfig:286

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:52<nRF>/lib/Kconfig:16

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → nRF91 LTE Link control library

config LTE_LC_MODEM_SLEEP_NOTIFICATIONS
    bool "Modem sleep notifications"
    depends on LTE_LINK_CONTROL
    help
      If this option is enabled the application will get notifications when the modem
      enters and exits sleep. The application will also get pre-warning notifications
      prior to when the modem exits sleep depending on the configured pre-warning time.

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