From 90736356a0b6551229ba8642ce0bd59cff86db01 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 5 Mar 2014 10:25:18 +0100 Subject: Fix uuid value of ServiceClassId PnpInformation Fo far it was using the GNSS profile uuid. Change-Id: Ifbe51353a6355d260c42d870656a78059e440181 Reviewed-by: Nedim Hadzic Reviewed-by: Alex Blasche --- src/bluetooth/qbluetoothuuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bluetooth/qbluetoothuuid.h') diff --git a/src/bluetooth/qbluetoothuuid.h b/src/bluetooth/qbluetoothuuid.h index ef69e983..7e9eeeae 100644 --- a/src/bluetooth/qbluetoothuuid.h +++ b/src/bluetooth/qbluetoothuuid.h @@ -133,7 +133,7 @@ public: MessageAccessServer = 0x1132, MessageNotificationServer = 0x1133, MessageAccessProfile = 0x1134, - PnPInformation = 0x1135, + PnPInformation = 0x1200, GenericNetworking = 0x1201, GenericFileTransfer = 0x1202, GenericAudio = 0x1203, -- cgit v1.2.3 From bab88aab8f144fedae8704931ae71ef048befd64 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 5 Mar 2014 11:21:35 +0100 Subject: Add missing Standard BT service/profile uuids The BtLE related uuids will be added by the BTLE feature branch. This change adjusts the docs such that it becomes obvious whether a UUID is a service, profile or both. Task-number: QTBUG-36123 Change-Id: I487471c9227a0fe11f443c54d21a29b23a11e076 Reviewed-by: Nedim Hadzic Reviewed-by: Alex Blasche --- src/bluetooth/qbluetoothuuid.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/bluetooth/qbluetoothuuid.h') diff --git a/src/bluetooth/qbluetoothuuid.h b/src/bluetooth/qbluetoothuuid.h index 7e9eeeae..014b975a 100644 --- a/src/bluetooth/qbluetoothuuid.h +++ b/src/bluetooth/qbluetoothuuid.h @@ -112,6 +112,7 @@ public: GN = 0x1117, DirectPrinting = 0x1118, ReferencePrinting = 0x1119, + BasicImage = 0x111a, ImagingResponder = 0x111b, ImagingAutomaticArchive = 0x111c, ImagingReferenceObjects = 0x111d, @@ -133,6 +134,13 @@ public: MessageAccessServer = 0x1132, MessageNotificationServer = 0x1133, MessageAccessProfile = 0x1134, + GNSS = 0x1135, + GNSSServer = 0x1136, + Display3D = 0x1137, + Glasses3D = 0x1138, + Synchronization3D = 0x1139, + MPSProfile = 0x113a, + MPSService = 0x113b, PnPInformation = 0x1200, GenericNetworking = 0x1201, GenericFileTransfer = 0x1202, -- cgit v1.2.3