From 071b1667fa0ba2eb1612c51ccf7b4bbae28a333a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 14 Sep 2014 19:51:01 +0200 Subject: [PATCH] monitor: Update GATT Descriptor UUID translations --- monitor/uuid.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/monitor/uuid.c b/monitor/uuid.c index 610c58dff..1912661f7 100644 --- a/monitor/uuid.c +++ b/monitor/uuid.c @@ -176,7 +176,13 @@ static struct { { 0x2906, "Valid Range" }, { 0x2907, "External Report Reference" }, { 0x2908, "Report Reference" }, - /* 0x2909 to 0x29ff undefined */ + { 0x2909, "Number of Digitals" }, + { 0x290a, "Value Trigger Setting" }, + { 0x290b, "Environmental Sensing Configuration" }, + { 0x290c, "Environmental Sensing Measurement" }, + { 0x290d, "Environmental Sensing Trigger Setting" }, + { 0x290e, "Time Trigger Setting" }, + /* 0x290f to 0x29ff undefined */ { 0x2a00, "Device Name" }, { 0x2a01, "Appearance" }, { 0x2a02, "Peripheral Privacy Flag" }, -- 2.47.3