:orphan: .. title:: CONFIG_BT_MESH_PB_GATT_USE_DEVICE_NAME .. kconfig:: CONFIG_BT_MESH_PB_GATT_USE_DEVICE_NAME CONFIG_BT_MESH_PB_GATT_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 PB-GATT is enabled. Direct dependencies =================== \ :kconfig:`BT_MESH_PB_GATT ` && \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:130`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:199`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support → Provisioning support using GATT (PB-GATT) .. code-block:: kconfig config BT_MESH_PB_GATT_USE_DEVICE_NAME bool "Include Bluetooth device name in scan response" default y depends on BT_MESH_PB_GATT && BT_CONN && BT_MESH && BT help This option includes GAP device name in scan response when the PB-GATT is enabled. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*