-
CONFIG_BT_DEVICE_APPEARANCE
¶
Bluetooth device appearance
Type: int
Help¶
Bluetooth device appearance. For the list of possible values please consult the following link: https://www.bluetooth.com/specifications/assigned-numbers
Defaults¶
- 0 if
BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:386
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:155
Menu path: (top menu) → Bluetooth
config BT_DEVICE_APPEARANCE int prompt "Bluetooth device appearance" ifBT_HCI_HOST
&&BT_HCI
&&BT
range 0 65535 ifBT_HCI_HOST
&&BT_HCI
&&BT
default 0 ifBT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_HCI_HOST
&&BT_HCI
&&BT
help Bluetooth device appearance. For the list of possible values please consult the following link: https://www.bluetooth.com/specifications/assigned-numbers
(Definitions include propagated dependencies, including from if’s and menus.)