:orphan: .. title:: CONFIG_ZIGBEE_APP_CB_QUEUE_LENGTH .. kconfig:: CONFIG_ZIGBEE_APP_CB_QUEUE_LENGTH CONFIG_ZIGBEE_APP_CB_QUEUE_LENGTH ################################# *Length of the application callback and alarm queue* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`ZIGBEE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/subsys/zigbee/Kconfig:92`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:40`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Enable Zigbee stack .. code-block:: kconfig 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.)*