CONFIG_BT_MESH_DEBUG_USE_ID_ADDR

Use identity address for all advertising

Type: bool

Help

This option forces the usage of the local identity address for all advertising. This can be a help for debugging (analyzing traces), however it should never be enabled for a production build as it compromises the privacy of the device.

Direct dependencies

BT_MESH_DEBUG && BT_MESH && 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/mesh/Kconfig:489

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:155subsys/bluetooth/host/Kconfig:125

Menu path: (top menu) → Bluetooth → Bluetooth Mesh support

config BT_MESH_DEBUG_USE_ID_ADDR
    bool
    prompt "Use identity address for all advertising" if BT_MESH_DEBUG && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    depends on BT_MESH_DEBUG && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    help
      This option forces the usage of the local identity address for
      all advertising. This can be a help for debugging (analyzing
      traces), however it should never be enabled for a production
      build as it compromises the privacy of the device.

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