:orphan: .. title:: BT_MESH_DEBUG_FRIEND .. option:: CONFIG_BT_MESH_DEBUG_FRIEND *Friend debug* Type: ``bool`` Help ==== Use this option to enable Friend debug logs for the Bluetooth Mesh functionality. Direct dependencies =================== \ :option:`BT_MESH_DEBUG ` && \ :option:`BT_MESH ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/host/mesh/Kconfig:552`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:39`` → ``subsys/Kconfig:8`` → ``subsys/bluetooth/Kconfig:144`` → ``subsys/bluetooth/host/Kconfig:121`` Menu path: (top menu) → Bluetooth → Bluetooth support → Bluetooth Mesh support → Enable debug logs .. parsed-literal:: config BT_MESH_DEBUG_FRIEND bool prompt "Friend debug" if \ :option:`BT_MESH_DEBUG ` && \ :option:`BT_MESH ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` depends on \ :option:`BT_MESH_DEBUG ` && \ :option:`BT_MESH ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Use this option to enable Friend debug logs for the Bluetooth Mesh functionality. *(Definitions include propagated dependencies, including from if's and menus.)*