Connect ot bluetooth device
-
Hi!
I haveQBluetoothSocket *m_bluetoothSocket = new QBluetoothSocket(QBluetoothServiceInfo::RfcommProtocol);
I wont connected to bluetooth device. I do this:
m_bluetoothSocket->connectToService(device.m_address, device.m_uuid);
But I get error: QBluetoothSocket::SocketError::ServiceNotFoundError
How I can connected ot bluetooth device? How connected to device with password? -
Hi,
Which version of Qt are you using ?
On which platform ?
To what kind of device are you trying to connect ?
Does it support that service ?
Etc. -
Hi,
Which version of Qt are you using ?
On which platform ?
To what kind of device are you trying to connect ?
Does it support that service ?
Etc. -
Currently no, sorry.