CONFIG_SOFTDEVICE_CONTROLLER_PERIPHERAL

SoftDevice Controller peripheral library optimized for peripheral role applications

Type: bool

Help

The peripheral library variant is optimized for simpler applications only
requiring the peripheral role.

Direct dependencies

!BT_OBSERVER && !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:79

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_PERIPHERAL
    bool "SoftDevice Controller peripheral library optimized for peripheral role applications"
    depends on !BT_OBSERVER && !BT_CTLR_LLPM && !BT_CTLR_ADV_EXT && !BT_CTLR_PHY_CODED && <choice SOFTDEVICE_CONTROLLER_VARIANT>
    help
      The peripheral library variant is optimized for simpler applications only
      requiring the peripheral role.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)