[Development] Qt 5.3 header diff: QtBluetooth
Aaron McCarthy
mccarthy.aaron at gmail.com
Thu Apr 24 01:02:31 CEST 2014
On Tue, 22 Apr 2014 14:12:46 Thiago Macieira wrote:
> diff --git a/src/bluetooth/qbluetoothuuid.h b/src/bluetooth/qbluetoothuuid.h
> index ef69e98..014b975 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,7 +134,14 @@ public:
> MessageAccessServer = 0x1132,
> MessageNotificationServer = 0x1133,
> MessageAccessProfile = 0x1134,
> - PnPInformation = 0x1135,
> + GNSS = 0x1135,
> + GNSSServer = 0x1136,
> + Display3D = 0x1137,
> + Glasses3D = 0x1138,
> + Synchronization3D = 0x1139,
> + MPSProfile = 0x113a,
> + MPSService = 0x113b,
> + PnPInformation = 0x1200,
> GenericNetworking = 0x1201,
> GenericFileTransfer = 0x1202,
> GenericAudio = 0x1203,
This changes the value of the PnPInformation enum to the correct value
assigned by Bluetooth SIG. Any code using the previous value would likely be
failing at runtime, e.g. failing to discover / connect to the expected device
etc.
This change is fine.
Cheers,
--
Aaron McCarthy
More information about the Development
mailing list