From 8b7b52d66f2616040ca4aaae3f2732be96e19ab8 Mon Sep 17 00:00:00 2001 From: Andre de la Rocha Date: Fri, 23 Nov 2018 18:04:40 +0100 Subject: Enable the use of the Win32 Bluetooth backend This change enables the optional use of the Win32-based Bluetooth backend on Windows. By default, the WinRT backend is used, if supported by the platform. The use of the Win32 backend must be selected by the -native-win32-bluetooth configuration option. Task-number: QTBUG-40698 Change-Id: I6904bf077467d826e3ff5ad026ebae5f955f2e37 Reviewed-by: Oliver Wolff Reviewed-by: Alex Blasche --- src/bluetooth/qbluetoothservicediscoveryagent_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bluetooth/qbluetoothservicediscoveryagent_p.h') diff --git a/src/bluetooth/qbluetoothservicediscoveryagent_p.h b/src/bluetooth/qbluetoothservicediscoveryagent_p.h index 4a522826..cb588f70 100644 --- a/src/bluetooth/qbluetoothservicediscoveryagent_p.h +++ b/src/bluetooth/qbluetoothservicediscoveryagent_p.h @@ -165,6 +165,7 @@ public: #endif #ifdef QT_WIN_BLUETOOTH void _q_nextSdpScan(const QVariant &input); + bool serviceMatches(const QBluetoothServiceInfo &info); #endif private: -- cgit v1.2.3