:orphan: .. title:: BT_ASSERT .. option:: 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 =================== \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/common/Kconfig:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:238`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. parsed-literal:: config BT_ASSERT bool "Custom Bluetooth assert implementation" default y depends on \ :option:`BT_HCI ` && \ :option:`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.)*