CONFIG_MODEM_INFO_BUFFER_SIZE

Size of buffer used to read data from the socket

Type: int

Help

Set the size of the buffer that contains the returned string after an AT command. The buffer is processed through the parser.

Direct dependencies

MODEM_INFO

(Includes any dependencies from ifs and menus.)

Default

  • 128

Kconfig definition

At <nRF>/lib/modem_info/Kconfig:21

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:26<nRF>/lib/Kconfig:22

Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → nRF91 modem information library

config MODEM_INFO_BUFFER_SIZE
    int "Size of buffer used to read data from the socket"
    default 128
    depends on MODEM_INFO
    help
      Set the size of the buffer that contains the returned
      string after an AT command. The buffer is processed
      through the parser.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)