-
CONFIG_BLECTLR_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.
Defaults¶
- 1024 if
BT_LL_NRFXLIB
Kconfig definition¶
At ../nrf/subsys/bluetooth/controller/Kconfig:9
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:9
→ ../nrf/subsys/Kconfig:10
→ ../nrf/subsys/bluetooth/Kconfig:10
Menu path: (top menu) → Nordic nRF Connect → Bluetooth Low Energy → Nordic BLE controller
config BLECTLR_RX_STACK_SIZE int prompt "Size of the receive thread stack" ifBT_LL_NRFXLIB
default 1024 ifBT_LL_NRFXLIB
depends onBT_LL_NRFXLIB
help Size of the receiving thread stack, used to retrieve HCI events and data from the controller.
(Definitions include propagated dependencies, including from if’s and menus.)