CONFIG_BT_CTLR_JOB_PRIO

Ticker’s JOB IRQ priority

Type: int

Help

The interrupt priority for Ticker’s Job (SWI4) IRQ. This value shall be greater than or equal to the Ticker’s Worker IRQ 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:355

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

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

config BT_CTLR_JOB_PRIO
    int
    prompt "Ticker's JOB IRQ priority" if BT_LL_SW && BT_CTLR && BT_HCI && BT && BT_CTLR_ADVANCED_FEATURES
    range BT_CTLR_WORKER_PRIO 3 if SOC_SERIES_NRF51X && BT_LL_SW && BT_CTLR && BT_HCI && BT
    range BT_CTLR_WORKER_PRIO 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 Ticker's Job (SWI4) IRQ. This value shall
      be greater than or equal to the Ticker's Worker IRQ priority value.

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