-
CONFIG_SOFTDEVICE_CONTROLLER_CENTRAL
¶
SoftDevice Controller optimized for central role applications
Type: bool
Help¶
The central library variant is optimized for simpler applications only
requiring the central role.
Direct dependencies¶
!BT_BROADCASTER
&& !BT_CTLR_LLPM
&& !BT_CTLR_ADV_EXT
&& !BT_CTLR_PHY_CODED
&& <choice SOFTDEVICE_CONTROLLER_VARIANT: SoftDevice Controller variant>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <nrfxlib>/softdevice_controller/Kconfig:86
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:62
→ <nrfxlib>/Kconfig.nrfxlib:14
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → SoftDevice Controller variant
config SOFTDEVICE_CONTROLLER_CENTRAL
bool "SoftDevice Controller optimized for central role applications"
depends on !BT_BROADCASTER && !BT_CTLR_LLPM && !BT_CTLR_ADV_EXT && !BT_CTLR_PHY_CODED && <choice SOFTDEVICE_CONTROLLER_VARIANT>
help
The central library variant is optimized for simpler applications only
requiring the central role.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)