Diff between 810d8ff34fd2158018b2e021403cd1f33a790702 and a85fe5d4cc9ea9e27b1fdb1b367fd0f948597d02

Changed Files

File Additions Deletions Status
lib/uuid.h +4 -0 modified

Full Patch

diff --git a/lib/uuid.h b/lib/uuid.h
index 7e13e0f..fbc08f5 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,