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
(Includes any dependencies from ifs and menus.)
Default
128
Kconfig definition
At <nRF>/lib/modem_info/Kconfig:22
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:22
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → 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.)