CONFIG_BT_MESH_PROXY_USE_DEVICE_NAME
Include Bluetooth device name in scan response
Type: bool
Help
This option includes GAP device name in scan response when
the GATT Proxy feature is enabled.
Direct dependencies
BT_MESH_GATT_PROXY
&& BT_CONN
&& BT_MESH
&& BT
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/subsys/bluetooth/mesh/Kconfig:168
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:199
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support [EXPERIMENTAL] → GATT Proxy Service support
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.)