:orphan: .. title:: CONFIG_MODEM_INFO_MAX_AT_PARAMS_RSP .. kconfig:: CONFIG_MODEM_INFO_MAX_AT_PARAMS_RSP CONFIG_MODEM_INFO_MAX_AT_PARAMS_RSP ################################### *Maximum number of response parameters* Type: ``int`` Help ==== .. code-block:: none Set the maximum number of parameters the parser will check for in any given string. Direct dependencies =================== \ :kconfig:`MODEM_INFO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/lib/modem_info/Kconfig:14`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:56`` → ``/lib/Kconfig:23`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → nRF91 modem information library .. code-block:: kconfig config MODEM_INFO_MAX_AT_PARAMS_RSP int "Maximum number of response parameters" default 10 depends on MODEM_INFO help Set the maximum number of parameters the parser will check for in any given string. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*