-
CONFIG_BT_CTLR_LLL_PRIO
¶
Lower Link Layer (Radio) IRQ priority
Type: int
Help¶
The interrupt priority for event preparation and radio IRQ.
Direct dependencies¶
BT_LL_SW_SPLIT
&& BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if
BT_LL_SW_SPLIT
&&BT_CTLR
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:473
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:145
Menu path: (top menu) → Bluetooth → Advanced features
config BT_CTLR_LLL_PRIO int prompt "Lower Link Layer (Radio) IRQ priority" ifBT_LL_SW_SPLIT
&&BT_CTLR
&&BT_HCI
&&BT
&&BT_CTLR_ADVANCED_FEATURES
range 0 3 ifSOC_SERIES_NRF51X
&&BT_LL_SW_SPLIT
&&BT_CTLR
&&BT_HCI
&&BT
range 0 6 ifSOC_SERIES_NRF52X
&&BT_LL_SW_SPLIT
&&BT_CTLR
&&BT_HCI
&&BT
default 0 ifBT_LL_SW_SPLIT
&&BT_CTLR
&&BT_HCI
&&BT
depends onBT_LL_SW_SPLIT
&&BT_CTLR
&&BT_HCI
&&BT
help The interrupt priority for event preparation and radio IRQ.
(Definitions include propagated dependencies, including from if’s and menus.)