From: injun.yang Date: Wed, 11 Oct 2017 06:15:47 +0000 (+0900) Subject: Add uuid information X-Git-Tag: accepted/tizen/4.0/unified/20171023.120736~4 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git;a=commitdiff_plain;h=34626f4d76a257ad0d65be5a212d09ce8d516107 Add uuid information Change-Id: I9c64912bb408d5087011ded142f18fa332e8f0c1 --- diff --git a/bt-service/bt-service-common.c b/bt-service/bt-service-common.c index b171012..0874e84 100644 --- a/bt-service/bt-service-common.c +++ b/bt-service/bt-service-common.c @@ -804,6 +804,18 @@ const char *_bt_convert_uuid_to_string(const char *uuid) {"1810", "Blood Pressure"}, {"1811", "Alert Notification Service"}, {"1812", "Human Interface Device"}, + {"1813", "Scan Parameters"}, + {"1814", "Running Speed and Cadence"}, + {"1815", "Automation IO"}, + {"1816", "Cycling Speed and Cadence"}, + {"1818", "Cycling Power"}, + {"1819", "Location and Navigation"}, + {"181A", "Environmental Sensing"}, + {"181B", "Body Composition"}, + {"181C", "User Data"}, + {"181D", "Weight Scale"}, + {"181E", "Bond Management"}, + {"181F", "Continuous Glucose Monitoring"}, /* GATT Declarations */ {"2800", "Primary Service Declaration"}, @@ -834,8 +846,18 @@ const char *_bt_convert_uuid_to_string(const char *uuid) {"2A08", "Date Time"}, {"2A09", "Day of Week"}, {"2A0A", "Day Date Time"}, + {"2A11", "Time with DST"}, + {"2A12", "Time Accuracy"}, + {"2A13", "Time Source"}, + {"2A14", "Reference Time Information"}, + {"2A16", "Time Update Control Point"}, + {"2A17", "Time Update State"}, + {"2A18", "Glucose Measurement"}, {"2A19", "Battery Level"}, + {"2A1C", "Temperature Measurement"}, + {"2A1D", "Temperature Type"}, {"2A1E", "Intermediate Temperature"}, + {"2A21", "Measurement Interval"}, {"2A23", "System ID"}, {"2A24", "Model Number String"}, {"2A25", "Serial Number String"}, @@ -845,13 +867,36 @@ const char *_bt_convert_uuid_to_string(const char *uuid) {"2A29", "Manufacturer Name String"}, {"2A2A", "IEEE 11073-20601 Regulatory Certification Data List"}, {"2A2B", "Current Time"}, + {"2A34", "Glucose Measurement Context"}, + {"2A35", "Blood Pressure Measurement"}, {"2A37", "Heart Rate Measurement"}, {"2A38", "Body Sensor Location"}, + {"2A39", "Heart Rate Control Point"}, {"2A3F", "Alert Status"}, {"2A46", "New Alert"}, + {"2A49", "Blood Pressure Feature"}, {"2A4A", "HID Information"}, {"2A4C", "HID Control Point"}, {"2A50", "PnP ID"}, + {"2A51", "Glucose Feature"}, + {"2A52", "Record Access Control Point"}, + {"2A53", "RSC Measurement"}, + {"2A54", "RSC Feature"}, + {"2A55", "SC Control Point"}, + {"2A56", "Digital"}, + {"2A58", "Analog"}, + {"2A5A", "Aggregate"}, + {"2A5B", "CSC Measurement"}, + {"2A5C", "CSC Feature"}, + {"2A5D", "Sensor Location"}, + {"2A63", "Cycling Power Measurement"}, + {"2A64", "Cycling Power Vector"}, + {"2A65", "Cycling Power Feature"}, + {"2A66", "Cycling Power Control Point"}, + {"2A67", "Location and Speed"}, + {"2A68", "Navigation"}, + {"2A6D", "Pressure"}, + {"2A6E", "Temperature"}, /* Custom uuids */ {"7905F431-B5CE-4E99-A40F-4B1E122D00D0", "Apple Notification Center Service"}, @@ -868,6 +913,7 @@ const char *_bt_convert_uuid_to_string(const char *uuid) {"32D1955A-E5AA-4A96-9A49-08538DA8B8F6", "Samsung Gear Fit Manager Service"}, {"FE53FF98-B259-4337-B56A-0EC9F82C6BAD", "Control Point"}, {"C2051EE0-804D-4D50-A12C-15E243852100", "Notifications Source"}, + {"1ab7c24d-185a-45b9-90d4-f7ab1a71949a", "Samsung Health Service"}, {NULL, NULL} };