From 34028376b21cef3647b47a120fb51192552d71ca Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 22 May 2014 14:20:07 +0200 Subject: Add QBluetoothUuid::protocolToString() [ChangeLog][QtBluetooth][General] Added QBluetoothUuid::protocolToString(QBluetoothUuid::ProtocolUuid) which returns a human-readable string for the given protocol uuid. Change-Id: I26b9a1b47b1254ac8a49091c2854d1cfab0c66d6 Reviewed-by: Aaron McCarthy --- src/bluetooth/qbluetoothuuid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bluetooth/qbluetoothuuid.h') diff --git a/src/bluetooth/qbluetoothuuid.h b/src/bluetooth/qbluetoothuuid.h index 46cff826..957a4ed2 100644 --- a/src/bluetooth/qbluetoothuuid.h +++ b/src/bluetooth/qbluetoothuuid.h @@ -174,6 +174,7 @@ public: quint128 toUInt128() const; static QString serviceClassToString(ServiceClassUuid uuid); + static QString protocolToString(ProtocolUuid uuid); }; #ifndef QT_NO_DEBUG_STREAM -- cgit v1.2.3