From 85a626e83fa90bfae09be28e32c957f6bab2d861 Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Tue, 8 Nov 2016 13:20:05 +0100 Subject: 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 --- src/bluetooth/osx/osxbtledeviceinquiry_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bluetooth/osx/osxbtledeviceinquiry_p.h') 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 uuids; ObjCScopedPointer manager; QList devices; -- cgit v1.2.3