From a85fe5d4cc9ea9e27b1fdb1b367fd0f948597d02 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 1 Mar 2018 17:36:47 +0200 Subject: [PATCH] lib/uuid: Introduce definition for GATT caching attributes This introduces UUIDs for Client Features and Database Hash characteristics. --- lib/uuid.h | 4 ++++ 1 file changed, 4 insertions(+) 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, -- 2.47.3