CONFIG_MULTICELL_LOCATION_MAX_NEIGHBORS
Max number of neighbor cells
Type: int
Help
Maximum number of neighbor cells to use when creating HTTP request.
Increasing the max number will increase the library's RAM usage
proportionally.
Default
8
Kconfig definition
At <nRF>/lib/multicell_location/Kconfig:186
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:94
→ <nRF>/lib/Kconfig:36
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Multicell Location
config MULTICELL_LOCATION_MAX_NEIGHBORS
int "Max number of neighbor cells"
range 0 17
default 8
depends on MULTICELL_LOCATION
help
Maximum number of neighbor cells to use when creating HTTP request.
Increasing the max number will increase the library's RAM usage
proportionally.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)