From 6058c699b48c6aefb78a17c08db4653ecde78420 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 2 Jun 2017 15:36:08 +0300 Subject: [PATCH] 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 --- subsys/bluetooth/host/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig index b49e1a95da2..f3c49eb810b 100644 --- a/subsys/bluetooth/host/Kconfig +++ b/subsys/bluetooth/host/Kconfig @@ -270,6 +270,15 @@ config BLUETOOTH_DEVICE_NAME Bluetooth device name. Name can be up to 248 bytes long (excluding 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 config BLUETOOTH_TINYCRYPT_ECC