:orphan: .. title:: CONFIG_BT_CTLR_ASSERT_HANDLER .. kconfig:: CONFIG_BT_CTLR_ASSERT_HANDLER CONFIG_BT_CTLR_ASSERT_HANDLER ############################# *Application Defined Assertion Handler* Type: ``bool`` Help ==== .. code-block:: none This option enables an application-defined sink for the controller assertion mechanism. This must be defined in application code as void \"bt_ctlr_assert_handle(char \*, int)\" and will be invoked whenever the controller code encounters an unrecoverable error. Direct dependencies =================== \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/bluetooth/controller/Kconfig:661`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. code-block:: kconfig config BT_CTLR_ASSERT_HANDLER bool "Application Defined Assertion Handler" depends on BT_CTLR && BT_HCI && BT help This option enables an application-defined sink for the controller assertion mechanism. This must be defined in application code as void \"bt_ctlr_assert_handle(char \*, int)\" and will be invoked whenever the controller code encounters an unrecoverable error. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*