CONFIG_MULTICELL_LOCATION_RECV_TIMEOUT

Receive timeout, in seconds

Type: int

Help

Sets the timeout duration in seconds to use when receiving data.
To disable, set the timeout duration to -1.

Direct dependencies

MULTICELL_LOCATION

(Includes any dependencies from ifs and menus.)

Default

  • 60

Kconfig definition

At <nRF>/lib/multicell_location/Kconfig:164

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

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Multicell Location

config MULTICELL_LOCATION_RECV_TIMEOUT
    int "Receive timeout, in seconds"
    default 60
    depends on MULTICELL_LOCATION
    help
      Sets the timeout duration in seconds to use when receiving data.
      To disable, set the timeout duration to -1.

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