CONFIG_ZIGBEE_SHELL_CTX_MGR_ENTRIES_NBR

Number of entries in context manager

Type: int

Help

Number of entries in context manager of Zigbee Shell. Entries are shared by ZDO commands, ZCL commands and PING commands.

Direct dependencies

ZIGBEE_SHELL && ZIGBEE

(Includes any dependencies from ifs and menus.)

Default

  • 24

Kconfig definition

At <nRF>/subsys/zigbee/Kconfig:298

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:40

Menu path: (Top) → Modules → Nordic nRF Connect → Enable Zigbee stack → ZBOSS osif configuration → Enable Zigbee Shell

config ZIGBEE_SHELL_CTX_MGR_ENTRIES_NBR
    int "Number of entries in context manager"
    range 3 254
    default 24
    depends on ZIGBEE_SHELL && ZIGBEE
    help
      Number of entries in context manager of Zigbee Shell.
      Entries are shared by ZDO commands, ZCL commands and PING commands.

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