-
CONFIG_BT_MAX_PAIRED
¶
Maximum number of paired devices
Type: int
Help¶
Maximum number of paired Bluetooth devices. The minimum (and default) number is 1.
Direct dependencies¶
BT_CONN
&& BT_HCI_HOST
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if !
BT_SMP
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
- 1 if
BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:415
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:144
Menu path: (top menu) → Bluetooth
config BT_MAX_PAIRED int prompt "Maximum number of paired devices" ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
range 0 128 ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
default 0 if !BT_SMP
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
default 1 ifBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
help Maximum number of paired Bluetooth devices. The minimum (and default) number is 1.
(Definitions include propagated dependencies, including from if’s and menus.)