Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Duplicate
-
Affects Version/s: 6.3.0
-
Fix Version/s: None
-
Component/s: Connectivity: Bluetooth
-
Labels:None
Description
Building qtconnectivity/dev (6.3) with MSVC causes compiler warnings:
[2506/7477] Building CXX object qtconnectivity\src\bluetoo...Bluetooth.dir\qbluetoothdevicediscoveryagent_winrt.cpp.obj C:\dev\qt\dev\src\qtconnectivity\src\bluetooth\qbluetoothdevicediscoveryagent_winrt.cpp(596): warning C4996: 'ABI::Windows::Devices::Bluetooth::IBluetoothDevice::get_RfcommServices': Use GetRfcommServicesAsync instead of RfcommServices. For more info, see MSDN. C:\dev\qt\dev\src\qtconnectivity\src\bluetooth\qbluetoothdevicediscoveryagent_winrt.cpp(776): warning C4996: 'ABI::Windows::Devices::Bluetooth::IBluetoothLEDevice::get_GattServices': Use GetGattServicesAsync instead of GattServices. For more information, see MSDN. C:\dev\qt\dev\src\qtconnectivity\src\bluetooth\qbluetoothdevicediscoveryagent_winrt.cpp(877): warning C4996: 'ABI::Windows::Devices::Bluetooth::IBluetoothLEDevice::get_GattServices': Use GetGattServicesAsync instead of GattServices. For more information, see MSDN. [2512/7477] Building CXX object qtconnectivity\src\bluetooth\CMakeFiles\Bluetooth.dir\qlowenergycontroller_winrt.cpp.obj C:\dev\qt\dev\src\qtconnectivity\src\bluetooth\qlowenergycontroller_winrt.cpp(747): warning C4996: 'ABI::Windows::Devices::Bluetooth::IBluetoothLEDevice::GetGattService': Use GetGattServicesForUuidAsync instead of GetGattService. For more information, see MSDN.
Attachments
Issue Links
- duplicates
-
QTBUG-94001 QtBluetooth uses deprecated Windows API
-
- Closed
-