-
CONFIG_SDC_RX_STACK_SIZE
¶
Size of the receive thread stack
Type: int
Help¶
Size of the receiving thread stack, used to retrieve HCI events and
data from the controller.
Default¶
1024
Kconfig definition¶
At <nRF>/subsys/bluetooth/controller/Kconfig:73
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:10
→ <nRF>/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
config SDC_RX_STACK_SIZE
int "Size of the receive thread stack"
default 1024
depends on BT_LL_SOFTDEVICE && BT
help
Size of the receiving thread stack, used to retrieve HCI events and
data from the controller.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)