CONFIG_CAF_LOG_NET_STATE_WAITING_PERIOD

Waiting on connection log period [s]

Type: int

Help

Time in seconds at which waiting on connection log is emitted.

Direct dependencies

CAF_LOG_NET_STATE_WAITING && CAF_NET_STATE && CAF

(Includes any dependencies from ifs and menus.)

Default

  • 5

Kconfig definition

At <nRF>/subsys/caf/modules/Kconfig.net_state:24

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:15

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework → Networking state processing → Log waiting on connection

config CAF_LOG_NET_STATE_WAITING_PERIOD
    int "Waiting on connection log period [s]"
    range 1 3600
    default 5
    depends on CAF_LOG_NET_STATE_WAITING && CAF_NET_STATE && CAF
    help
      Time in seconds at which waiting on connection log is emitted.

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