lib/uuid: Introduce definition for GATT caching attributes
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 1 Mar 2018 15:36:47 +0000 (17:36 +0200)
committerhimanshu <h.himanshu@samsung.com>
Wed, 22 Jan 2020 13:53:19 +0000 (19:23 +0530)
This introduces UUIDs for Client Features and Database Hash
characteristics.

Change-Id: I17fb8fd9db5309bec713b72a3ac9caee14f04974
Signed-off-by: himanshu <h.himanshu@samsung.com>
lib/uuid.h

index 1a67fba..e4f0d23 100755 (executable)
@@ -172,6 +172,10 @@ extern "C" {
 #define GATT_IPSP_UUID         0x1820
 #endif
 
+/* GATT Caching attributes */
+#define GATT_CHARAC_CLI_FEAT                           0x2B29
+#define GATT_CHARAC_DB_HASH                            0x2B2A
+
 typedef struct {
        enum {
                BT_UUID_UNSPEC = 0,