-
CONFIG_BT_BREDR
¶
Bluetooth BR/EDR support [EXPERIMENTAL]
Type: bool
Help¶
This option enables Bluetooth BR/EDR support
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
BT_PERIPHERAL
ifBT_HCI_HOST
&&BT_HCI
&&BT
BT_CENTRAL
ifBT_HCI_HOST
&&BT_HCI
&&BT
BT_SMP
ifBT_HCI_HOST
&&BT_HCI
&&BT
BT_L2CAP_DYNAMIC_CHANNEL
ifBT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:537
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:155
Menu path: (top menu) → Bluetooth
config BT_BREDR bool prompt "Bluetooth BR/EDR support [EXPERIMENTAL]" ifBT_HCI_HOST
&&BT_HCI
&&BT
selectBT_PERIPHERAL
ifBT_HCI_HOST
&&BT_HCI
&&BT
selectBT_CENTRAL
ifBT_HCI_HOST
&&BT_HCI
&&BT
selectBT_SMP
ifBT_HCI_HOST
&&BT_HCI
&&BT
selectBT_L2CAP_DYNAMIC_CHANNEL
ifBT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_HCI_HOST
&&BT_HCI
&&BT
help This option enables Bluetooth BR/EDR support
(Definitions include propagated dependencies, including from if’s and menus.)