From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> 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.17.2