QSertialPort and Bluetooth ...
-
Qt "library" provides QSerialPort class ... works as expected.
My question to the forum
Is there a similar Qt class to work with Bluetooth devices?
I know there are few Qt classes build for Bluetooth, but they are poor "bluez" library copies and hardly an equivalent of the QSerialPort class.
I am looking for a comprehensible / complete Bluetooth class which works reliably with Bluetooth devices.
( I am NOT asking for opinions on existing qt Bluetooth classes...)
-
Qt "library" provides QSerialPort class ... works as expected.
My question to the forum
Is there a similar Qt class to work with Bluetooth devices?
I know there are few Qt classes build for Bluetooth, but they are poor "bluez" library copies and hardly an equivalent of the QSerialPort class.
I am looking for a comprehensible / complete Bluetooth class which works reliably with Bluetooth devices.
( I am NOT asking for opinions on existing qt Bluetooth classes...)
@AnneRanch I am going to see if QBluetoothDevice class will fill the bill...