-
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:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:10
→ <nRF>/subsys/bluetooth/Kconfig:21
Menu path: (Top) → Modules → Nordic nRF Connect → Bluetooth Low Energy → Nordic BLE controller
config SDC_RX_STACK_SIZE int "Size of the receive thread stack" default 1024 depends onBT_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.)