QBluetooth Input Service connection
Unsolved
General and Desktop
-
Hi,
I need to make an application similar to: http://doc.qt.io/qt-5/qtbluetooth-btscanner-example.htmlScan is ok, but I want to connect to input service of my bluetooth device (a Nintendo Wiimote), without pin (as in gnome-bluetooth or blueman).
In these software after scan I can "Add device" and then "connect to Input Service", how can I do this in Qt5.5?
Thanks.
-
I searched for days and found no way or working example, I need a way to add device and connect to Input Service of a BT-HID device without pairing.