:orphan: .. title:: BT_STM32_IPM_RX_STACK_SIZE .. option:: CONFIG_BT_STM32_IPM_RX_STACK_SIZE *STM32 IPM stack size for RX thread* Type: ``int`` Direct dependencies =================== \ :option:`BT_STM32_IPM ` && \ :option:`BT_HCI ` && \ :option:`BT ` && !\ :option:`BT_CTLR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== .. highlight:: kconfig At ``drivers/bluetooth/hci/Kconfig:106`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:8`` → ``drivers/bluetooth/Kconfig:16`` Menu path: (Top) → Device Drivers → Bluetooth Drivers .. parsed-literal:: config BT_STM32_IPM_RX_STACK_SIZE int "STM32 IPM stack size for RX thread" default 512 depends on \ :option:`BT_STM32_IPM ` && \ :option:`BT_HCI ` && \ :option:`BT ` && !\ :option:`BT_CTLR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*