-
CONFIG_BT_SMP_FORCE_BREDR
¶
Force Bluetooth SMP over BR/EDR
Type: bool
Help¶
This option enables SMP over BR/EDR even if controller is not supporting BR/EDR Secure Connections. This option is solely for testing and should never be enabled on production devices.
Direct dependencies¶
BT_DEBUG_SMP
&& BT_DEBUG
&& 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:473
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:155
Menu path: (top menu) → Bluetooth
config BT_SMP_FORCE_BREDR bool prompt "Force Bluetooth SMP over BR/EDR" ifBT_DEBUG_SMP
&&BT_DEBUG
&&BT_HCI
&&BT
depends onBT_DEBUG_SMP
&&BT_DEBUG
&&BT_HCI
&&BT
help This option enables SMP over BR/EDR even if controller is not supporting BR/EDR Secure Connections. This option is solely for testing and should never be enabled on production devices.
(Definitions include propagated dependencies, including from if’s and menus.)