The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_BT_CTLR_ASSERT_HANDLER

Bluetooth Controller Assertion Handler

Type: bool

Help

This option enables an application-defined sink for the controller assertion mechanism. This must be defined in application code as void “bt_controller_assert_handle(char *, int)” and will be invoked whenever the controller code encounters an unrecoverable error.

Direct dependencies

BT_HCI_RAW && BT_CTLR && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/bluetooth/controller/Kconfig:710

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:145

Menu path: (top menu) → Bluetooth

config BT_CTLR_ASSERT_HANDLER
    bool
    prompt "Bluetooth Controller Assertion Handler" if BT_HCI_RAW && BT_CTLR && BT_HCI && BT
    depends on BT_HCI_RAW && 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_controller_assert_handle(char *, int)"
      and will be invoked whenever the controller code encounters
      an unrecoverable error.

(Definitions include propagated dependencies, including from if’s and menus.)