-
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.
Defaults¶
- “Zephyr” if
BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:494
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:144
Menu path: (top menu) → Bluetooth
config BT_DEVICE_NAME string prompt "Bluetooth device name" ifBT_HCI_HOST
&&BT_HCI
&&BT
default "Zephyr" ifBT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_HCI_HOST
&&BT_HCI
&&BT
help Bluetooth device name. Name can be up to 248 bytes long (excluding NULL termination). Can be empty string.
(Definitions include propagated dependencies, including from if’s and menus.)