The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_MCUMGR_BUF_COUNT

Number of mcumgr buffers

Type: int

Help

The number of net_bufs to allocate for mcumgr. These buffers are used for both requests and responses.

Direct dependencies

MCUMGR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/mgmt/Kconfig:63

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:22

Menu path: (top menu) → Management

config MCUMGR_BUF_COUNT
    int
    prompt "Number of mcumgr buffers" if MCUMGR
    default 4 if MCUMGR
    depends on MCUMGR
    help
      The number of net_bufs to allocate for mcumgr.  These buffers are
      used for both requests and responses.

(Definitions include propagated dependencies, including from if’s and menus.)