CONFIG_ZIGBEE_APP_CB_QUEUE_LENGTH

Length of the application callback and alarm queue

Type: int

Help

This queue is used to pass application callbacks and alarms from other threads/ISR to the ZBOSS main loop context. Elements from this queue are flushed right after ZBOSS context awakes, before the actual callback execution.

Direct dependencies

ZIGBEE

(Includes any dependencies from ifs and menus.)

Default

  • 10

Kconfig definition

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

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

config ZIGBEE_APP_CB_QUEUE_LENGTH
    int "Length of the application callback and alarm queue"
    default 10
    depends on ZIGBEE
    help
      This queue is used to pass application callbacks and alarms from other
      threads/ISR to the ZBOSS main loop context.
      Elements from this queue are flushed right after ZBOSS context awakes,
      before the actual callback execution.

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