The latest development version of this page may be more current than this released 1.14.1 version.
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:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:143

Menu path: (top menu) → Bluetooth

config BT_DEBUG_RPA
    bool
    prompt "Bluetooth Resolvable Private Address (RPA) debug" if BT_RPA && BT_DEBUG && BT_HCI && BT
    depends on BT_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.)