CONFIG_BT_CTLR_SDC_PERIPHERAL_COUNT

Number of concurrent slave roles

Type: int

Help

Number of concurrent slave roles defines how many simultaneous
connections can be created with the device working as a slave.
NOTE: the number of master roles is defined as
BT_MAX_CONN - BT_CTLR_SDC_PERIPHERAL_COUNT

Direct dependencies

BT_LL_SOFTDEVICE && BT_CTLR && BT

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

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

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

config BT_CTLR_SDC_PERIPHERAL_COUNT
    int "Number of concurrent slave roles"
    range 0 BT_MAX_CONN
    default BT_MAX_CONN if BT_PERIPHERAL && !BT_CENTRAL
    default 1 if BT_PERIPHERAL
    default 0
    depends on BT_LL_SOFTDEVICE && BT_CTLR && BT
    help
      Number of concurrent slave roles defines how many simultaneous
      connections can be created with the device working as a slave.
      NOTE: the number of master roles is defined as
      BT_MAX_CONN - BT_CTLR_SDC_PERIPHERAL_COUNT

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