summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx/osxbtledeviceinquiry_p.h
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2016-11-08 13:20:05 +0100
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2016-11-08 12:46:03 +0000
commit85a626e83fa90bfae09be28e32c957f6bab2d861 (patch)
tree40dbbef8846439e919aee37dda7367239b906c56 /src/bluetooth/osx/osxbtledeviceinquiry_p.h
parent3375871a93f8d366f1eca5b823e4337af3aecd8c (diff)
LE device scan - use advertisement data (iOS/macOS)
Things like services uuids can be quite useful and we should extract them. Also, do not ignore the device discovered the second time as it was done in the past, the logic updating QBluetoothDeviceInfo with new info (if needed) is already in the device discovery agent. Change-Id: I89e735dae26848eb95395cf96099efd5b56b18b3 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/bluetooth/osx/osxbtledeviceinquiry_p.h')
-rw-r--r--src/bluetooth/osx/osxbtledeviceinquiry_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bluetooth/osx/osxbtledeviceinquiry_p.h b/src/bluetooth/osx/osxbtledeviceinquiry_p.h
index b58904e6..fc787a6d 100644
--- a/src/bluetooth/osx/osxbtledeviceinquiry_p.h
+++ b/src/bluetooth/osx/osxbtledeviceinquiry_p.h
@@ -93,7 +93,6 @@ enum LEInquiryState
@interface QT_MANGLE_NAMESPACE(OSXBTLEDeviceInquiry) : NSObject
{
LECBManagerNotifier *notifier;
- ObjCScopedPointer<NSMutableSet> uuids;
ObjCScopedPointer<CBCentralManager> manager;
QList<QBluetoothDeviceInfo> devices;