:orphan: .. title:: BT_CTLR_JOB_PRIO .. option:: 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 =================== \ :option:`BT_LL_SW_LEGACY ` && (\ :option:`BT_LL_SW_SPLIT ` || \ :option:`BT_LL_SW_LEGACY `) && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:586`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:6`` → ``subsys/bluetooth/Kconfig:161`` Menu path: (Top) → Bluetooth → Bluetooth Controller → Advanced features .. parsed-literal:: config BT_CTLR_JOB_PRIO int "Ticker's JOB IRQ priority" if \ :option:`BT_CTLR_ADVANCED_FEATURES ` range \ :option:`BT_CTLR_WORKER_PRIO ` 3 if \ :option:`SOC_SERIES_NRF51X ` range \ :option:`BT_CTLR_WORKER_PRIO ` 6 if \ :option:`SOC_COMPATIBLE_NRF52X ` default 0 depends on \ :option:`BT_LL_SW_LEGACY ` && (\ :option:`BT_LL_SW_SPLIT ` || \ :option:`BT_LL_SW_LEGACY `) && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*