From f89914e493a57475215fcb8bc2041576748f6459 Mon Sep 17 00:00:00 2001 From: Roberto Viola Date: Tue, 21 May 2024 12:23:41 +0200 Subject: [PATCH] Update bluetooth.cpp --- src/devices/bluetooth.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/bluetooth.cpp b/src/devices/bluetooth.cpp index 3751c0603..8b127aa6d 100644 --- a/src/devices/bluetooth.cpp +++ b/src/devices/bluetooth.cpp @@ -352,6 +352,7 @@ void bluetooth::setLastBluetoothDevice(const QBluetoothDeviceInfo &b) { #endif } +// this doesn't work on Windows. So be careful! bool bluetooth::deviceHasService(const QBluetoothDeviceInfo &device, QBluetoothUuid service) { foreach(QBluetoothUuid s, device.serviceUuids()) { if(s == service) {