:orphan: .. title:: CONFIG_BT_STM32_IPM_RX_STACK_SIZE .. kconfig:: CONFIG_BT_STM32_IPM_RX_STACK_SIZE CONFIG_BT_STM32_IPM_RX_STACK_SIZE ################################# *STM32 IPM stack size for RX thread* Type: ``int`` Direct dependencies =================== \ :kconfig:`BT_STM32_IPM ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== At ``/bluetooth/hci/Kconfig:99`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:8`` → ``/bluetooth/Kconfig:20`` Menu path: (Top) → Device Drivers → Bluetooth Drivers .. code-block:: kconfig config BT_STM32_IPM_RX_STACK_SIZE int "STM32 IPM stack size for RX thread" default 512 depends on BT_STM32_IPM && BT_HCI && BT_DRIVERS *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*