From 762e61259f999966ee318f25e5cbf7cf13d362ad Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 14 Sep 2014 19:48:31 +0200 Subject: [PATCH] monitor: Update GATT Service UUID translations --- monitor/uuid.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/monitor/uuid.c b/monitor/uuid.c index 9db4323cc..610c58dff 100644 --- a/monitor/uuid.c +++ b/monitor/uuid.c @@ -152,9 +152,16 @@ static struct { { 0x1812, "Human Interface Device" }, { 0x1813, "Scan Parameters" }, { 0x1814, "Running Speed and Cadence" }, - /* 0x1815 undefined */ + { 0x1815, "Automation IO" }, { 0x1816, "Cycling Speed and Cadence" }, - /* 0x1817 to 0x27ff undefined */ + /* 0x1817 undefined */ + { 0x1818, "Cycling Power" }, + { 0x1819, "Location and Navigation" }, + { 0x181a, "Environmental Sensing" }, + { 0x181b, "Body Composition" }, + { 0x181c, "User Data" }, + { 0x181d, "Weight Scale" }, + /* 0x181e to 0x27ff undefined */ { 0x2800, "Primary Service" }, { 0x2801, "Secondary Service" }, { 0x2802, "Include" }, -- 2.47.3