:orphan: .. title:: CONFIG_LTE_LC_MODEM_SLEEP_NOTIFICATIONS_THRESHOLD_MS .. kconfig:: CONFIG_LTE_LC_MODEM_SLEEP_NOTIFICATIONS_THRESHOLD_MS CONFIG_LTE_LC_MODEM_SLEEP_NOTIFICATIONS_THRESHOLD_MS #################################################### *Modem sleep notifications threshold* Type: ``int`` Help ==== .. code-block:: none Minimum value of the duration of the scheduled modem sleep that triggers a notification. Direct dependencies =================== \ :kconfig:`LTE_LINK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1200000 Kconfig definition ================== At ``/lib/lte_link_control/Kconfig:300`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:56`` → ``/lib/Kconfig:17`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → nRF91 LTE Link control library .. code-block:: kconfig config LTE_LC_MODEM_SLEEP_NOTIFICATIONS_THRESHOLD_MS int "Modem sleep notifications threshold" range 10240 3456000000 default 1200000 depends on LTE_LINK_CONTROL help Minimum value of the duration of the scheduled modem sleep that triggers a notification. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*