:orphan: .. title:: BT_CTLR_RX_PRIO_STACK_SIZE .. option:: CONFIG_BT_CTLR_RX_PRIO_STACK_SIZE *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 448 if \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:60`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:39`` → ``subsys/Kconfig:8`` → ``subsys/bluetooth/Kconfig:145`` Menu path: (top menu) → Bluetooth → Bluetooth support → Bluetooth Controller .. parsed-literal:: config BT_CTLR_RX_PRIO_STACK_SIZE int default 448 if \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` depends on \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Definitions include propagated dependencies, including from if's and menus.)*