summaryrefslogtreecommitdiff
path: root/lib/uuid.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2019-05-10 10:35:00 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-03-02 14:42:32 -0800
commit76d63c91b27ab27e28267b6e5ff252252efd537f (patch)
tree05a458bdabed77825eb34aa0b9ca0430d16aa98f /lib/uuid.h
parent0379b6c8761dbd1f3d36508c3e7eb611b84c5896 (diff)
downloadbluez-76d63c91b27ab27e28267b6e5ff252252efd537f.tar.gz
shared/gatt-client: Add support for EATT features
This enables EATT in the Client Features if the EATT characteristic is present in the database.
Diffstat (limited to 'lib/uuid.h')
-rw-r--r--lib/uuid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/uuid.h b/lib/uuid.h
index fbc08f51e..ebdcf729c 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -154,6 +154,9 @@ extern "C" {
#define GATT_CHARAC_CLI_FEAT 0x2B29
#define GATT_CHARAC_DB_HASH 0x2B2A
+/* GATT Server Supported features */
+#define GATT_CHARAC_SERVER_FEAT 0x2B3A
+
typedef struct {
enum {
BT_UUID_UNSPEC = 0,