CONFIG_BT_LL_SOFTDEVICE_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_SDC_LLPM && !BT_CTLR_ADV_EXT && !BT_CTLR_PHY_CODED && <choice BT_LL_SOFTDEVICE_VARIANT: SoftDevice Controller variant>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <nRF>/subsys/bluetooth/controller/Kconfig:162

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:21

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → SoftDevice Controller → SoftDevice Controller variant

config BT_LL_SOFTDEVICE_PERIPHERAL
    bool "SoftDevice Controller peripheral library optimized for peripheral role applications"
    depends on !BT_OBSERVER && !BT_CTLR_SDC_LLPM && !BT_CTLR_ADV_EXT && !BT_CTLR_PHY_CODED && <choice BT_LL_SOFTDEVICE_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.)