:orphan: .. title:: CONFIG_BT_MESH_DEBUG_USE_ID_ADDR .. kconfig:: CONFIG_BT_MESH_DEBUG_USE_ID_ADDR CONFIG_BT_MESH_DEBUG_USE_ID_ADDR ################################ *Use identity address for all advertising* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`BT_MESH_DEBUG ` && \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:776`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:193`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support → Enable debug logs .. code-block:: kconfig config BT_MESH_DEBUG_USE_ID_ADDR bool "Use identity address for all advertising" depends on BT_MESH_DEBUG && BT_MESH && 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*