From 501a2e8ff7957a4ee87b09669fa9a1373634227e Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 3 Jul 2012 15:43:04 -0300 Subject: [PATCH] gatt: add Report Reference descriptor UUID --- attrib/gatt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/attrib/gatt.h b/attrib/gatt.h index 9ffe58f6e..c7e79ab9a 100644 --- a/attrib/gatt.h +++ b/attrib/gatt.h @@ -46,6 +46,7 @@ #define GATT_CHARAC_FMT_UUID 0x2904 #define GATT_CHARAC_AGREG_FMT_UUID 0x2905 #define GATT_CHARAC_VALID_RANGE_UUID 0x2906 +#define GATT_REPORT_REFERENCE 0x2908 /* Client Characteristic Configuration bit field */ #define GATT_CLIENT_CHARAC_CFG_NOTIF_BIT 0x0001 -- 2.47.3