:orphan: .. title:: CONFIG_MCUMGR_BUF_COUNT .. kconfig:: CONFIG_MCUMGR_BUF_COUNT CONFIG_MCUMGR_BUF_COUNT ####################### *Number of mcumgr buffers* Type: ``int`` Help ==== .. code-block:: none The number of net_bufs to allocate for mcumgr. These buffers are used for both requests and responses. Direct dependencies =================== \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 2 if \ :kconfig:`MCUMGR_SMP_UDP ` - 4 Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:405`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support .. code-block:: kconfig config MCUMGR_BUF_COUNT int "Number of mcumgr buffers" default 2 if MCUMGR_SMP_UDP default 4 depends on MCUMGR help The number of net_bufs to allocate for mcumgr. These buffers are used for both requests and responses. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*