summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothuuid.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-07-10 09:55:56 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-11 09:57:23 +0200
commit2874b8f37b135d7dc6e667ff05aee2c628587ee9 (patch)
tree65b28af8c18fad3674bacd7e7a0c763fb1c61a77 /src/bluetooth/qbluetoothuuid.cpp
parentd4e8beb430197b10cfb18bc58cdc8ddcb3faf6ec (diff)
Add missing Bt Core spec service attribute identifiers
Task-number: QTBUG-31728 Change-Id: I2d4410a3ac87bdf9e85805403bf3c6165d4967dd Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/bluetooth/qbluetoothuuid.cpp')
-rw-r--r--src/bluetooth/qbluetoothuuid.cpp23
1 files changed, 12 insertions, 11 deletions
diff --git a/src/bluetooth/qbluetoothuuid.cpp b/src/bluetooth/qbluetoothuuid.cpp
index 70f4ad7b..fb38f0a3 100644
--- a/src/bluetooth/qbluetoothuuid.cpp
+++ b/src/bluetooth/qbluetoothuuid.cpp
@@ -71,16 +71,17 @@ Q_GLOBAL_STATIC_WITH_ARGS(QUuid, baseUuid, ("{00000000-0000-1000-8000-00805F9B34
This enum is a convienience type for Bluetooth protocol UUIDs. Values of this type will be
implicitly converted into a QBluetoothUuid when necessary.
- \value Sdp SDP protocol UUID.
- \value Udp UDP protocol UUID.
- \value Rfcomm RFCOMM protocol UUID.
- \value Tcp TCP protocol UUID.
- \value TcsBin Telephony Control Specification UUID.
- \value TcsAt Telephony Control Specification AT UUID.
- \value Obex OBEX protocol UUID.
- \value Ip IP protocol UUID.
- \value Ftp FTP protocol UUID.
- \value Http HTTP protocol UUID.
+ \value Sdp SDP protocol UUID
+ \value Udp UDP protocol UUID
+ \value Rfcomm RFCOMM protocol UUID
+ \value Tcp TCP protocol UUID
+ \value TcsBin Telephony Control Specification UUID
+ \value TcsAt Telephony Control Specification AT UUID
+ \value Att Attribute protocol UUID
+ \value Obex OBEX protocol UUID
+ \value Ip IP protocol UUID
+ \value Ftp FTP protocol UUID
+ \value Http HTTP protocol UUID
\value Wsp WSP UUID
\value Bnep Bluetooth Network Encapsulation Protocol UUID
\value Upnp Extended Service Discovery Profile UUID
@@ -94,7 +95,7 @@ Q_GLOBAL_STATIC_WITH_ARGS(QUuid, baseUuid, ("{00000000-0000-1000-8000-00805F9B34
\value UdiCPlain UDI protocol UUID
\value McapControlChannel Multi-Channel Adaptation Protocol UUID
\value McapDataChannel Multi-Channel Adaptation Protocol UUID
- \value L2cap L2CAP protocol UUID.
+ \value L2cap L2CAP protocol UUID
*/
/*!