Alternative to QBluetoothSocket for iOS?
-
Was going through QBluetooth classes and noticed that QBluetoothSocket and QBluetoothServer aren't supported on iOS platform. Link
How do I send/recv data using BLE on iOS then?
Hi,
Based on my memory and confirmed from the documentation you need to check the LE part.
-
Hi,
Based on my memory and confirmed from the documentation you need to check the LE part.
@SGaist Any idea why Peripheral Role is not supported on Windows? I did some googling and apparently Peripheral mode was added in Windows 10.
Is Qt missing peripheral role code on windows altogether or is this note carried on from older documentation and not valid anymore?
-
That I don't know, I don't have a Windows system at hand.