CONFIG_MULTICELL_LOCATION_SEND_BUF_SIZE¶
Send buffer size
Type: int
Help¶
Size of the buffer used to store the generated HTTP request that's sent
to the location service.
Defaults¶
1024
Kconfig definition¶
At <nRF>/lib/multicell_location/Kconfig:182
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_BUF_SIZE
int "Send buffer size"
default 2048 if MULTICELL_LOCATION_SERVICE_SKYHOOK
default 0 if MULTICELL_LOCATION_SERVICE_NRF_CLOUD
default 1024
depends on MULTICELL_LOCATION
help
Size of the buffer used to store the generated HTTP request that's sent
to the location service.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)