-
CONFIG_BT_DEVICE_NAME
¶
Bluetooth device name
Type: string
Help¶
Bluetooth device name. Name can be up to 248 bytes long (excluding
NULL termination). Can be empty string.
Default¶
“Zephyr”
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/host/Kconfig:524
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:306
Menu path: (Top) → Sub Systems and OS Services → Bluetooth
config BT_DEVICE_NAME
string "Bluetooth device name"
default "Zephyr"
depends on BT_HCI_HOST && BT_HCI && BT
help
Bluetooth device name. Name can be up to 248 bytes long (excluding
NULL termination). Can be empty string.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)