summaryrefslogtreecommitdiff
path: root/src/bluetooth/qbluetoothdevicediscoveryagent.h
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2013-12-13 18:04:45 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-20 16:15:29 +0100
commit23a3863de809a4051ae6db4942145cb0cb624d6c (patch)
tree1348e51ec170e748c3564f8cc1783c3d5c0b5b30 /src/bluetooth/qbluetoothdevicediscoveryagent.h
parent28ccba26be29722703dffff9f7482ed55caffdac (diff)
downloadqtconnectivity-23a3863de809a4051ae6db4942145cb0cb624d6c.tar.gz
Check the local adapter's BluetoothAdress before doing the discovery
Task-number: QTBUG-35571 Change-Id: I8f2eea7a8437787d61a238c760e948f45738618a Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com> Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent.h')
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent.h b/src/bluetooth/qbluetoothdevicediscoveryagent.h
index a311d14f..4ac1685e 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent.h
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent.h
@@ -66,6 +66,7 @@ public:
NoError,
InputOutputError,
PoweredOffError,
+ InvalidBluetoothAdapterError,
UnknownError = 100 //New errors must be added before Unknown error
};