The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_BT_ASSERT

Custom Bluetooth assert implementation

Type: bool

Help

Use a custom Bluetooth assert implementation instead of the kernel-wide __ASSERT() when CONFIG_ASSERT is disabled.

Direct dependencies

BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At subsys/bluetooth/common/Kconfig:59

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:9subsys/bluetooth/Kconfig:238

Menu path: (Top) → Sub Systems and OS Services → Bluetooth

config BT_ASSERT
    bool "Custom Bluetooth assert implementation"
    default y
    depends on BT_HCI && BT
    help
      Use a custom Bluetooth assert implementation instead of the
      kernel-wide __ASSERT() when CONFIG_ASSERT is disabled.

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