The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BT_BREDR

Bluetooth BR/EDR support [EXPERIMENTAL]

Type: bool

Help

This option enables Bluetooth BR/EDR support

Direct dependencies

BT_HCI_HOST && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/bluetooth/host/Kconfig:680

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:144

Menu path: (top menu) → Bluetooth

config BT_BREDR
    bool
    prompt "Bluetooth BR/EDR support [EXPERIMENTAL]" if BT_HCI_HOST && BT_HCI && BT
    select BT_PERIPHERAL if BT_HCI_HOST && BT_HCI && BT
    select BT_CENTRAL if BT_HCI_HOST && BT_HCI && BT
    select BT_SMP if BT_HCI_HOST && BT_HCI && BT
    select BT_L2CAP_DYNAMIC_CHANNEL if BT_HCI_HOST && BT_HCI && BT
    depends on BT_HCI_HOST && BT_HCI && BT
    help
      This option enables Bluetooth BR/EDR support

(Definitions include propagated dependencies, including from if’s and menus.)