-
CONFIG_BT_DEVICE_NAME_MAX
¶
Maximum size in bytes for device name
Type: int
Help¶
Bluetooth device name storage size. Storage can be up to 248 bytes long (excluding NULL termination).
Direct dependencies¶
BT_DEVICE_NAME_DYNAMIC
&& BT_HCI_HOST
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- 28 if
BT_DEVICE_NAME_DYNAMIC
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:500
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:144
Menu path: (top menu) → Bluetooth
config BT_DEVICE_NAME_MAX int prompt "Maximum size in bytes for device name" ifBT_DEVICE_NAME_DYNAMIC
&&BT_HCI_HOST
&&BT_HCI
&&BT
range 2 248 ifBT_DEVICE_NAME_DYNAMIC
&&BT_HCI_HOST
&&BT_HCI
&&BT
default 28 ifBT_DEVICE_NAME_DYNAMIC
&&BT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_DEVICE_NAME_DYNAMIC
&&BT_HCI_HOST
&&BT_HCI
&&BT
help Bluetooth device name storage size. Storage can be up to 248 bytes long (excluding NULL termination).
(Definitions include propagated dependencies, including from if’s and menus.)