summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothdeviceinfo.cpp b/src/bluetooth/qbluetoothdeviceinfo.cpp
index 37ba4e11..0a66c2c2 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.cpp
+++ b/src/bluetooth/qbluetoothdeviceinfo.cpp
@@ -614,6 +614,11 @@ void QBluetoothDeviceInfo::setDeviceUuid(const QBluetoothUuid &uuid)
/*!
Returns a unique identifier for a Bluetooth device without an address.
+ In general, this uuid is invalid on every platform but OS X and iOS.
+ It is used as a workaround for those two platforms as they do not
+ provide Bluetooth addresses for found Bluetooth Low Energy devices.
+ Every other platform uses \l address() instead.
+
\sa setDeviceUuid()
\since 5.5
*/