CONFIG_MULTICELL_LOCATION_SEND_TIMEOUT¶
Send timeout, in seconds
Type: int
Help¶
Sets the timeout duration in seconds to use when sending data.
To disable, set the timeout duration to -1.
Defaults¶
Kconfig definition¶
At <nRF>/lib/multicell_location/Kconfig:164
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:31
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:56
→ <nRF>/lib/Kconfig:38
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Multicell Location
config MULTICELL_LOCATION_SEND_TIMEOUT
int "Send timeout, in seconds"
range NRF_CLOUD_REST_SEND_TIMEOUT NRF_CLOUD_REST_SEND_TIMEOUT if MULTICELL_LOCATION_SERVICE_NRF_CLOUD
default NRF_CLOUD_REST_SEND_TIMEOUT if MULTICELL_LOCATION_SERVICE_NRF_CLOUD
default 60
depends on MULTICELL_LOCATION
help
Sets the timeout duration in seconds to use when sending data.
To disable, set the timeout duration to -1.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)