You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android, the service connection can directly be established using the UUID of the remote service. Therefore the platforms does not require the ServiceLookupState and socketType() is always set to QBluetoothServiceInfo::RfcommProtocol.
But something like this works on Linux, not on Android:
It would be nice to know if there is a way to use this code on Android as well, to unify the code used on Linux, removing the need of QBluetoothServiceDiscoveryAgent class object.
The text was updated successfully, but these errors were encountered:
Qt documentation at http://doc.qt.io/qt-5/qbluetoothsocket.html#connectToService say
But something like this works on Linux, not on Android:
It would be nice to know if there is a way to use this code on Android as well, to unify the code used on Linux, removing the need of
QBluetoothServiceDiscoveryAgent
class object.The text was updated successfully, but these errors were encountered: