Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Out of scope
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Connectivity: Bluetooth
-
Labels:None
Description
There should be an easy way to share data via Bluetooth in qml.
The QBluetoothTransfermanager API is a bit too complicated to expose it to QML. So I would propose to create a new class for that.
BluetoothTransferManager {
file: filename(s)
property running;
function start()
property status;
...
}
Attachments
Issue Links
- relates to
-
QTBUG-31674 QtBluetooth backlog
-
- Open
-