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

Kconfig definition

At subsys/bluetooth/host/Kconfig:335

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:155

Menu path: (top menu) → Bluetooth

config BT_MAX_PAIRED
    int
    prompt "Maximum number of paired devices" if BT_CONN && BT_HCI_HOST && BT_HCI && BT
    range 0 128 if BT_CONN && BT_HCI_HOST && BT_HCI && BT
    default 0 if !BT_SMP && BT_CONN && BT_HCI_HOST && BT_HCI && BT
    default 1 if BT_CONN && BT_HCI_HOST && BT_HCI && BT
    depends on BT_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.)