summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx/osxbtdeviceinquiry.mm
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-08-03 13:35:38 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-08-03 13:35:38 +0200
commitbb3f0064e60107c17ba5a90dd35d64116a4a8a89 (patch)
treee1d068fdfd205f9051691542aba04882fd80e110 /src/bluetooth/osx/osxbtdeviceinquiry.mm
parent907c43f83768bf1b7fea89960ff5b60a714007d6 (diff)
parent4976498621fb05804201dad52eab2c59d94f0da3 (diff)
Merge remote-tracking branch 'gerrit/btle' into dev
Merges Qt Bluetooth Low Energy port on WinRT into mainline. Change-Id: Ic519955dfee4a57635c525a79b900340fbc5562f
Diffstat (limited to 'src/bluetooth/osx/osxbtdeviceinquiry.mm')
-rw-r--r--src/bluetooth/osx/osxbtdeviceinquiry.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth/osx/osxbtdeviceinquiry.mm b/src/bluetooth/osx/osxbtdeviceinquiry.mm
index a47ed5a1..870a9c88 100644
--- a/src/bluetooth/osx/osxbtdeviceinquiry.mm
+++ b/src/bluetooth/osx/osxbtdeviceinquiry.mm
@@ -133,6 +133,8 @@ using namespace QT_NAMESPACE;
const IOReturn res = [m_inquiry stop];
if (res != kIOReturnSuccess)
m_active = true;
+ else
+ qCDebug(QT_BT_OSX) << "-stop, success (waiting for 'inquiryComplete')";
return res;
}