:orphan: .. title:: CONFIG_SDC_RX_PRIO .. kconfig:: CONFIG_SDC_RX_PRIO CONFIG_SDC_RX_PRIO ################## *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== \ :kconfig:`BT_LL_SOFTDEVICE ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BT_DRIVER_RX_HIGH_PRIO ` Kconfig definition ================== At ``/subsys/bluetooth/controller/Kconfig:68`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:10`` → ``/subsys/bluetooth/Kconfig:21`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → Nordic BLE controller .. code-block:: kconfig config SDC_RX_PRIO int default BT_DRIVER_RX_HIGH_PRIO depends on BT_LL_SOFTDEVICE && BT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*