From 52cbc0a365eb0e7753016c2a7a4df929136e0d44 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 13 Jan 2013 18:39:31 -0800 Subject: [PATCH] monitor: Add UUID values for Characteristic Descriptors --- monitor/uuid.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/monitor/uuid.c b/monitor/uuid.c index 2532a37f5..06fa6eb5f 100644 --- a/monitor/uuid.c +++ b/monitor/uuid.c @@ -134,6 +134,9 @@ static struct { { 0x2903, "Server Characteristic Configuration" }, { 0x2904, "Characteristic Format" }, { 0x2905, "Characteristic Aggregate Formate" }, + { 0x2906, "Valid Range" }, + { 0x2907, "External Report Reference" }, + { 0x2908, "Report Reference" }, { 0x2a00, "Device Name" }, { 0x2a01, "Appearance" }, { 0x2a02, "Peripheral Privacy Flag" }, -- 2.47.3