Bluetooth: Kconfig: Add CONFIG_BLUETOOTH_DEVICE_APPEARANCE

This makes applications able to select the value used for the
GAP appearance attribute.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2017-06-02 15:36:08 +03:00 committed by Johan Hedberg
commit 6058c699b4

View file

@ -270,6 +270,15 @@ config BLUETOOTH_DEVICE_NAME
Bluetooth device name. Name can be up to 248 bytes long (excluding Bluetooth device name. Name can be up to 248 bytes long (excluding
NULL termination). Can be empty string. NULL termination). Can be empty string.
config BLUETOOTH_DEVICE_APPEARANCE
int "Bluetooth device appearance"
range 0 65535
default 0
help
Bluetooth device appearance. For the list of possible values please
consult the following link:
https://www.bluetooth.com/specifications/assigned-numbers
endif # BLUETOOTH_HCI_HOST endif # BLUETOOTH_HCI_HOST
config BLUETOOTH_TINYCRYPT_ECC config BLUETOOTH_TINYCRYPT_ECC