How to use QML Bluetooth libraries to send string
QML and Qt Quick
1
Posts
1
Posters
645
Views
1
Watching
-
Hello
Ive been trying to use a QML Bluetooth socket to connect two Android devices.
But the documentation lacks more detalis than some description of properties.
Right now I can discover services and addresses, using the QML type DiscoeryModel and then I can set a QML service to the Bluetooth socket.
What I don't know is how to tell the socket to start connecting to my desired service (which already contains and address, uuid, protocol and a description).
Is there an small example available where I could see how to connect to Android devices through the QML bluetooth libraries ?
All of this is to just send a string.
Thanks in advance for any comment.