Man page - org.bluez.obex.transfer(5)
Packages contains this manual
- rfcomm(1)
- bluetoothctl-player(1)
- bluetoothctl-assistant(1)
- bluetooth-meshd(8)
- hciconfig(1)
- obexctl(1)
- hex2hcd(1)
- mpris-proxy(1)
- bluetoothctl-endpoint(1)
- bluetoothctl-hci(1)
- bluetoothctl(1)
- bluetoothctl-gatt(1)
- rctest(1)
- hid2hci(1)
- bluemoon(1)
- ciptool(1)
- bluetoothctl-monitor(1)
- l2test(1)
- bluetoothctl-scan(1)
- sdptool(1)
- bluetoothctl-transport(1)
- btmgmt(1)
- hciattach(1)
- btattach(1)
- gatttool(1)
- bluetoothctl-mgmt(1)
- bluetoothctl-admin(1)
- bluetoothd(8)
- hcitool(1)
- bluetoothctl-advertise(1)
- btmon(1)
- l2ping(1)
apt-get install bluez
Manual
ORG.BLUEZ.OBEX.TRANSFER
NAMEINTERFACE
Methods
void Cancel()
void Suspend()
void Resume()
Properties
string Status [readonly]
object Session [readonly]
string Name [readonly, optional]
string Type [readonly, optional]
uint64 Time [readonly, optional]
uint64 Size [readonly, optional]
uint64 Transferred [readonly, optional]
string Filename [readonly, optional]
NAME
org.bluez.obex.Transfer - BlueZ D-Bus OBEX Transfer API documentation
INTERFACE
Service
org.bluez.obex
Interface
org.bluez.obex.Transfer1
Object path
[Session object path]/transfer{#}
Methods
void Cancel()
Cancels the current transference.
Possible
errors:
org.bluez.obex.Error.NotAuthorized
org.bluez.obex.Error.InProgress
org.bluez.obex.Error.Failed
void Suspend()
Suspends transference.
Possible
errors:
org.bluez.obex.Error.NotAuthorized
org.bluez.obex.Error.NotInProgress
If transfer is still in with Status "queued" .
void Resume()
Resumes transference previously suspended with use of Suspend() method.
Possible
errors:
org.bluez.obex.Error.NotAuthorized
org.bluez.obex.Error.NotInProgress
If transfer is still in with Status "queued" .
Properties
string Status [readonly]
Indicates the current status of the transfer.
Possible
values:
"queued"
"active"
"suspended"
"complete"
"error"
object Session [readonly]
The object path of the session the transfer belongs to.
string Name [readonly, optional]
Name of the object being transferred.
Either Name or Type or both will be present.
string Type [readonly, optional]
Type of the object transferred being transferred.
Either Name or Type or both will be present.
uint64 Time [readonly, optional]
Time of the object being transferred if this is provided by the remote party.
uint64 Size [readonly, optional]
Size of the object being transferred.
If the size is unknown, then this property will not be present.
uint64 Transferred [readonly, optional]
Number of bytes transferred.
For transfers with Status set to "queued" , this value will not be present.
string Filename [readonly, optional]
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.