The latest development version of this page may be more current than this released 2.7.5 version.

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.

Direct dependencies

BT_HCI_HOST && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

  • “Zephyr”

Kconfig definition

At subsys/bluetooth/host/Kconfig:528

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:9subsys/bluetooth/Kconfig:174

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.)