-
CONFIG_BLECTRL_SLAVE_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 - BLECTRL_SLAVE_COUNT
Defaults¶
BT_MAX_CONN
ifBT_PERIPHERAL
&& !BT_CENTRAL
1 if
BT_PERIPHERAL
0
Kconfig definition¶
At /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/bluetooth/controller/Kconfig:46
Included via Kconfig:8
→ Kconfig.zephyr:9
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:10
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/Kconfig:10
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/bluetooth/Kconfig:12
Menu path: (Top) → Modules → Nordic nRF Connect → Bluetooth Low Energy → Nordic BLE controller
config BLECTRL_SLAVE_COUNT int "Number of concurrent slave roles" range 0BT_MAX_CONN
defaultBT_MAX_CONN
ifBT_PERIPHERAL
&& !BT_CENTRAL
default 1 ifBT_PERIPHERAL
default 0 depends onBT_LL_NRFXLIB
&&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 - BLECTRL_SLAVE_COUNT
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)