:orphan: .. title:: BT_ASSERT_PANIC .. option:: CONFIG_BT_ASSERT_PANIC *Use k_panic() instead of k_oops()* Type: ``bool`` Help ==== When CONFIG_BT_ASSERT is enabled, this option makes the code call k_panic() instead of k_oops() when an assertion is triggered. Direct dependencies =================== \ :option:`BT_ASSERT ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/common/Kconfig:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:238`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Custom Bluetooth assert implementation .. parsed-literal:: config BT_ASSERT_PANIC bool "Use k_panic() instead of k_oops()" depends on \ :option:`BT_ASSERT ` && \ :option:`BT_HCI ` && \ :option:`BT ` help When CONFIG_BT_ASSERT is enabled, this option makes the code call k_panic() instead of k_oops() when an assertion is triggered. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*