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

Direct dependencies

BT_HCI_HOST && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/host/Kconfig:386

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:155

Menu path: (top menu) → Bluetooth

config BT_DEVICE_APPEARANCE
    int
    prompt "Bluetooth device appearance" if BT_HCI_HOST && BT_HCI && BT
    range 0 65535 if BT_HCI_HOST && BT_HCI && BT
    default 0 if BT_HCI_HOST && BT_HCI && BT
    depends on BT_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.)