-
CONFIG_BT_RX_PRIO
¶
(No prompt – not directly user assignable.)
Type: int
Direct dependencies¶
(BT_HCI_HOST
|| BT_RECV_IS_RX_THREAD
) && BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- 8 if (
BT_HCI_HOST
||BT_RECV_IS_RX_THREAD
) &&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:113
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:144
Menu path: (top menu) → Bluetooth
config BT_RX_PRIO int default 8 if (BT_HCI_HOST
||BT_RECV_IS_RX_THREAD
) &&BT_HCI
&&BT
depends on (BT_HCI_HOST
||BT_RECV_IS_RX_THREAD
) &&BT_HCI
&&BT
(Definitions include propagated dependencies, including from if’s and menus.)