CONFIG_BT_CTLR_WORKER_PRIO

Radio and Ticker’s Worker IRQ priority

Type: int

Help

The interrupt priority for event preparation and radio IRQ. This value shall be less than or equal to the Ticker’s Job priority value.

Direct dependencies

BT_LL_SW && BT_CTLR && BT_HCI && BT

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

Defaults

Kconfig definition

At subsys/bluetooth/controller/Kconfig:346

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:156

Menu path: (top menu) → Bluetooth → Advanced features

config BT_CTLR_WORKER_PRIO
    int
    prompt "Radio and Ticker's Worker IRQ priority" if BT_LL_SW && BT_CTLR && BT_HCI && BT && BT_CTLR_ADVANCED_FEATURES
    range 0 3 if SOC_SERIES_NRF51X && BT_LL_SW && BT_CTLR && BT_HCI && BT
    range 0 6 if SOC_SERIES_NRF52X && BT_LL_SW && BT_CTLR && BT_HCI && BT
    default 0 if BT_LL_SW && BT_CTLR && BT_HCI && BT
    depends on BT_LL_SW && BT_CTLR && BT_HCI && BT
    help
      The interrupt priority for event preparation and radio IRQ. This value
      shall be less than or equal to the Ticker's Job priority value.

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