CONFIG_ZIGBEE_APP_UTILS

Enable API for Zigbee application utilities

Type: bool

Help

This allows Zigbee applications to call API:

  • for parsing and converting Zigbee data types

  • for handling common ZBOSS signals, with behavior depending on the device role

  • for indicating the device status at the network using onboard LEDs

Direct dependencies

ZIGBEE

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <nRF>/subsys/zigbee/lib/zigbee_app_utils/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:40<nRF>/subsys/zigbee/Kconfig:28<nRF>/subsys/zigbee/lib/Kconfig:9

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Enable Zigbee stack → Zigbee libraries

menuconfig ZIGBEE_APP_UTILS
    bool "Enable API for Zigbee application utilities"
    depends on ZIGBEE
    help
      This allows Zigbee applications to call API:

      - for parsing and converting Zigbee data types
      - for handling common ZBOSS signals, with behavior depending on the device role
      - for indicating the device status at the network using onboard LEDs

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