:orphan: .. title:: CONFIG_BT_ASSERT .. kconfig:: CONFIG_BT_ASSERT CONFIG_BT_ASSERT ################ *Custom Bluetooth assert implementation* Type: ``bool`` Help ==== .. code-block:: none Use a custom Bluetooth assert implementation instead of the kernel-wide __ASSERT() when CONFIG_ASSERT is disabled. Direct dependencies =================== \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/bluetooth/common/Kconfig:243`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:173`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig 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.)*