:orphan: .. title:: BT_DEVICE_NAME .. option:: 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 =================== \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - "Zephyr" Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/host/Kconfig:581`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:239`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. parsed-literal:: config BT_DEVICE_NAME string "Bluetooth device name" default "Zephyr" depends on \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`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.)*