-
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.
Default¶
128
Kconfig definition¶
At <nRF>/lib/modem_info/Kconfig:21
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:27
→ <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.)