Re: [Interest] Qml Bluetooth Connection

2018-07-24 Thread Alex Blasche
> -Original Message- > From: Interest On > I'm trying to A2DP/HFP connection via bluetooth in qml. I can list available > devices and find their addresses but I can't make the connection. Making a A2DP/HFP connection in QML is not very useful as you cannot handle binary data in QML. Send

[Interest] Qml Bluetooth Connection

2018-07-24 Thread Akın Gümüşkavak
Hello, I'm trying to A2DP/HFP connection via bluetooth in qml. I can list available devices and find their addresses but I can't make the connection. In Qt official page it says you can use "BluetoothSocket" to make connection but in my scan there is no service found. Above my "BluetoothDiscover