:orphan: .. title:: CONFIG_MULTICELL_LOCATION_RECV_BUF_SIZE .. kconfig:: CONFIG_MULTICELL_LOCATION_RECV_BUF_SIZE CONFIG_MULTICELL_LOCATION_RECV_BUF_SIZE ####################################### *Receive buffer size* Type: ``int`` Help ==== .. code-block:: none Size of the buffer used to store the response from the location service. Direct dependencies =================== \ :kconfig:`MULTICELL_LOCATION ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== At ``/lib/multicell_location/Kconfig:191`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:56`` → ``/lib/Kconfig:38`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Multicell Location .. code-block:: kconfig config MULTICELL_LOCATION_RECV_BUF_SIZE int "Receive buffer size" default 512 depends on MULTICELL_LOCATION help Size of the buffer used to store the response from the location service. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*