summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
diff options
context:
space:
mode:
authorNedim Hadzic <nhadzic@blackberry.com>2013-08-27 17:36:06 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-29 11:53:28 +0200
commitbe964e06352e8012d510d60a89949f573125a83d (patch)
tree98f60052817622142377c223932da978e647af78 /src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
parent030a30e7485785c9d419c38f23c9d5dac2b4ce9a (diff)
Make Bluetooth adapter choosable for device search
In case there are more Bluetooth adapter, device search might give different results. Change-Id: Ideddb39460985c18547baec986b15e43946c85de Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp')
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp b/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
index 40a1944c..952f17d2 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
@@ -48,9 +48,9 @@
QT_BEGIN_NAMESPACE_BLUETOOTH
-QBluetoothDeviceDiscoveryAgentPrivate::QBluetoothDeviceDiscoveryAgentPrivate()
-
+QBluetoothDeviceDiscoveryAgentPrivate::QBluetoothDeviceDiscoveryAgentPrivate(const QBluetoothAddress &address)
{
+ Q_UNUSED(address);
inquiryType = QBluetoothDeviceDiscoveryAgent::GeneralUnlimitedInquiry;
lastError = QBluetoothDeviceDiscoveryAgent::NoError;
}