:orphan: .. title:: BT_MESH_PROXY_USE_DEVICE_NAME .. option:: CONFIG_BT_MESH_PROXY_USE_DEVICE_NAME *Include Bluetooth device name in scan response* Type: ``bool`` Help ==== .. code-block:: none This option includes GAP device name in scan response when the GATT Proxy feature is enabled. Direct dependencies =================== \ :option:`BT_MESH_GATT_PROXY ` && \ :option:`BT_CONN ` && \ :option:`BT_MESH ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:147`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:325`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support .. code-block:: kconfig config BT_MESH_PROXY_USE_DEVICE_NAME bool "Include Bluetooth device name in scan response" depends on BT_MESH_GATT_PROXY && BT_CONN && BT_MESH && BT help This option includes GAP device name in scan response when the GATT Proxy feature is enabled. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*