From 1644c7a7c962a799f0ac7b21fbe47c568207d6ae Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 12 Nov 2015 09:14:44 +0100 Subject: [PATCH] monitor: Update UUID strings to latest versions --- monitor/uuid.c | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/monitor/uuid.c b/monitor/uuid.c index fe79f3f81..d5906d200 100644 --- a/monitor/uuid.c +++ b/monitor/uuid.c @@ -161,7 +161,13 @@ static struct { { 0x181b, "Body Composition" }, { 0x181c, "User Data" }, { 0x181d, "Weight Scale" }, - /* 0x181e to 0x27ff undefined */ + { 0x181e, "Bond Management" }, + { 0x181f, "Continuous Glucose Monitoring" }, + { 0x1820, "Internet Protocol Support" }, + { 0x1821, "Indoor Positioning" }, + { 0x1822, "Pulse Oximeter" }, + { 0x1823, "HTTP Proxy" }, + /* 0x1824 to 0x27ff undefined */ { 0x2800, "Primary Service" }, { 0x2801, "Secondary Service" }, { 0x2802, "Include" }, @@ -334,6 +340,30 @@ static struct { { 0x2aa1, "Magnetic Flux Density - 3D" }, { 0x2aa2, "Language" }, { 0x2aa3, "Barometric Pressure Trend" }, + { 0x2aa4, "Bond Management Control Point" }, + { 0x2aa5, "Bond Management Feature" }, + { 0x2aa6, "Central Address Resolution" }, + { 0x2aa7, "CGM Measurement" }, + { 0x2aa8, "CGM Feature" }, + { 0x2aa9, "CGM Status" }, + { 0x2aaa, "CGM Session Start Time" }, + { 0x2aab, "CGM Session Run Time" }, + { 0x2aac, "CGM Specific Ops Control Point" }, + { 0x2aad, "Indoor Positioning Configuration" }, + { 0x2aae, "Latitude" }, + { 0x2aaf, "Longitude" }, + { 0x2ab0, "Local North Coordinate" }, + { 0x2ab1, "Local East Coordinate" }, + { 0x2ab2, "Floor Number" }, + { 0x2ab3, "Altitude" }, + { 0x2ab4, "Uncertainty" }, + { 0x2ab5, "Location Name" }, + { 0x2ab6, "URI" }, + { 0x2ab7, "HTTP Headers" }, + { 0x2ab8, "HTTP Status Code" }, + { 0x2ab9, "HTTP Entity Body" }, + { 0x2aba, "HTTP Control Point" }, + { 0x2abb, "HTTPS Security" }, /* vendor defined */ { 0xfeff, "GN Netcom" }, { 0xfefe, "GN ReSound A/S" }, @@ -455,6 +485,17 @@ static struct { { 0xfe8a, "Apple, Inc." }, { 0xfe89, "B&O Play A/S" }, { 0xfe88, "SALTO SYSTEMS S.L." }, + { 0xfe87, "Qingdao Yeelink Information Technology Co., Ltd. ( 青岛亿联客信息技术有限公司 )" }, + { 0xfe86, "HUAWEI Technologies Co., Ltd. ( 华为技术有限公司 )" }, + { 0xfe85, "RF Digital Corp" }, + { 0xfe84, "RF Digital Corp" }, + { 0xfe83, "Blue Bite" }, + { 0xfe82, "Medtronic Inc." }, + { 0xfe81, "Medtronic Inc." }, + { 0xfe80, "Doppler Lab" }, + { 0xfe7f, "Doppler Lab" }, + { 0xfe7e, "Awear Solutions Ltd" }, + { 0xfe7d, "Aterica Health Inc." }, /* SDO defined */ { 0xfffe, "Alliance for Wireless Power (A4WP)" }, { 0xfffd, "Fast IDentity Online Alliance (FIDO)" }, -- 2.47.3