summaryrefslogtreecommitdiff
path: root/lib/uuid.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-03-01 17:36:47 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2019-02-06 13:12:00 +0200
commita85fe5d4cc9ea9e27b1fdb1b367fd0f948597d02 (patch)
treebfca41f3f42b3982a9dbe8c2d9ea06781c35affe /lib/uuid.h
parent810d8ff34fd2158018b2e021403cd1f33a790702 (diff)
downloadbluez-a85fe5d4cc9ea9e27b1fdb1b367fd0f948597d02.tar.gz
lib/uuid: Introduce definition for GATT caching attributes
This introduces UUIDs for Client Features and Database Hash characteristics.
Diffstat (limited to 'lib/uuid.h')
-rw-r--r--lib/uuid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/uuid.h b/lib/uuid.h
index 7e13e0fda..fbc08f51e 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -150,6 +150,10 @@ extern "C" {
#define MESH_PROXY_DATA_IN 0x2ADD
#define MESH_PROXY_DATA_OUT 0x2ADE
+/* GATT Caching attributes */
+#define GATT_CHARAC_CLI_FEAT 0x2B29
+#define GATT_CHARAC_DB_HASH 0x2B2A
+
typedef struct {
enum {
BT_UUID_UNSPEC = 0,