-
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:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:145
Menu path: (top menu) → Bluetooth
config BT_CTLR_ASSERT_HANDLER bool prompt "Bluetooth Controller Assertion Handler" ifBT_HCI_RAW
&&BT_CTLR
&&BT_HCI
&&BT
depends onBT_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.)