-
CONFIG_BT_DEBUG_RPA
¶
Bluetooth Resolvable Private Address (RPA) debug
Type: bool
Help¶
This option enables debug support for the Bluetooth Resolvable Private Address (RPA) generation and resolution.
Direct dependencies¶
BT_RPA
&& 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/common/Kconfig:120
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:143
Menu path: (top menu) → Bluetooth
config BT_DEBUG_RPA bool prompt "Bluetooth Resolvable Private Address (RPA) debug" ifBT_RPA
&&BT_DEBUG
&&BT_HCI
&&BT
depends onBT_RPA
&&BT_DEBUG
&&BT_HCI
&&BT
help This option enables debug support for the Bluetooth Resolvable Private Address (RPA) generation and resolution.
(Definitions include propagated dependencies, including from if’s and menus.)