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.

Direct dependencies

BT_LL_SOFTDEVICE && BT

(Includes any dependencies from ifs and menus.)

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 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.)