ORG.BLUEZ.OBEX.TRANSFER(5) Linux System Administration ORG.BLUEZ.OBEX.TRANSFER(5)

org.bluez.obex.Transfer - BlueZ D-Bus OBEX Transfer API documentation

org.bluez.obex
org.bluez.obex.Transfer1
[Session object path]/transfer{#}

Suspends transference.

Possible errors:

If transfer is still in with Status "queued".

Resumes transference previously suspended with use of Suspend() method.

Possible errors:

If transfer is still in with Status "queued".

Indicates the current status of the transfer.

Possible values:

"queued"
"active"
"suspended"
"complete"
"error"

The object path of the session the transfer belongs to.

Name of the object being transferred.

Either Name or Type or both will be present.

Type of the object transferred being transferred.

Either Name or Type or both will be present.

Time of the object being transferred if this is provided by the remote party.

Size of the object being transferred.

If the size is unknown, then this property will not be present.

Number of bytes transferred.

For transfers with Status set to "queued", this value will not be present.

Complete name of the file being received or sent.

For incoming object push transaction, this will be the proposed default location and name. It can be overwritten by the AuthorizePush() in org.bluez.obex.Agent(5) and will be then updated accordingly.

October 2023 BlueZ