From 9734131cf5c3ba74f81cbd4920a50eca21d0a0fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= Date: Mon, 13 Aug 2012 09:23:14 -0300 Subject: [PATCH] gatt: Add a new descriptor UUID Add the UUID of the External Report Reference descriptor. --- attrib/gatt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/attrib/gatt.h b/attrib/gatt.h index c7e79ab9a..aab93b625 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_EXTERNAL_REPORT_REFERENCE 0x2907 #define GATT_REPORT_REFERENCE 0x2908 /* Client Characteristic Configuration bit field */ -- 2.47.3