diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-01-13 18:47:49 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-01-13 18:47:49 -0800 |
commit | 854e34adb0c9652c84db599ecb16729e20a7bbe1 (patch) | |
tree | 45fd8256960bb51163e035909c50d7b8c41ef049 /monitor/uuid.c | |
parent | 52cbc0a365eb0e7753016c2a7a4df929136e0d44 (diff) |
monitor: Add GATT-based Service UUIDs
Diffstat (limited to 'monitor/uuid.c')
-rw-r--r-- | monitor/uuid.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/monitor/uuid.c b/monitor/uuid.c index 06fa6eb5f..b6d65176a 100644 --- a/monitor/uuid.c +++ b/monitor/uuid.c @@ -123,7 +123,26 @@ static struct { { 0x1402, "HDP Sink" }, { 0x1800, "Generic Access Profile" }, { 0x1801, "Generic Attribute Profile" }, + { 0x1802, "Immediate Alert" }, + { 0x1803, "Link Loss" }, + { 0x1804, "Tx Power" }, + { 0x1805, "Current Time Service" }, + { 0x1806, "Reference Time Update Service" }, + { 0x1807, "Next DST Change Service" }, + { 0x1808, "Glucose" }, + { 0x1809, "Health Thermometer" }, { 0x180a, "Device Information" }, + /* 0x180b and 0x180c undefined */ + { 0x180d, "Heart Rate" }, + { 0x180e, "Phone Alert Status Service" }, + { 0x180f, "Battery Service" }, + { 0x1810, "Blood Pressure" }, + { 0x1811, "Alert Notification Service" }, + { 0x1812, "Human Interface Device" }, + { 0x1813, "Scan Parameters" }, + { 0x1814, "Running Speed and Cadence" }, + /* 0x1815 undefined */ + { 0x1816, "Cycling Speed and Cadence" }, { 0x2800, "Primary Service" }, { 0x2801, "Secondary Service" }, { 0x2802, "Include" }, |