From 3c4e447bdfde060107ec9ba3af44e97a912625a1 Mon Sep 17 00:00:00 2001 From: Santiago Carot-Nemesio Date: Wed, 24 Aug 2011 10:37:45 +0200 Subject: [PATCH] Add valid range descriptor uuid --- attrib/att.h | 1 + 1 file changed, 1 insertion(+) diff --git a/attrib/att.h b/attrib/att.h index 9db806595..3de172638 100644 --- a/attrib/att.h +++ b/attrib/att.h @@ -43,6 +43,7 @@ #define GATT_SERVER_CHARAC_CFG_UUID 0x2903 #define GATT_CHARAC_FMT_UUID 0x2904 #define GATT_CHARAC_AGREG_FMT_UUID 0x2905 +#define GATT_CHARAC_VALID_RANGE_UUID 0x2906 /* Attribute Protocol Opcodes */ #define ATT_OP_ERROR 0x01 -- 2.47.3