summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-04-13 09:22:59 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-04-13 07:45:33 +0000
commitb869626b9dce9b258149b109a57684c0b0e08954 (patch)
treeb8f5df63a483464d67d5d59e1587f12136e34f8d /src
parent1f83f647a62e6f0ee1fd5eaf3e48d28c3a4f01b4 (diff)
Document changed behavior of QBLD::address() on Android 6.0
The address was fixed for privacy reasons. Change-Id: Ifbdcb88d84215601bd202c0835237bb1c3100ca3 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth/qbluetoothlocaldevice.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice.cpp b/src/bluetooth/qbluetoothlocaldevice.cpp
index eb270f8d..390dc206 100644
--- a/src/bluetooth/qbluetoothlocaldevice.cpp
+++ b/src/bluetooth/qbluetoothlocaldevice.cpp
@@ -169,6 +169,10 @@ bool QBluetoothLocalDevice::isValid() const
\fn QBluetoothLocalDevice::address() const
Returns the MAC address of this Bluetooth device.
+
+ \note On Android, this function always returns the constant
+ value \c {02:00:00:00:00:00} as local address starting with Android 6.0.
+ The programmatic access to the device's local MAC address was removed.
*/
/*!