summaryrefslogtreecommitdiff
path: root/doc/obex-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-21 18:38:24 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-21 18:38:24 +0100
commitbe43b12c7093559b7436dbb7ba51d293e89b0cad (patch)
tree1617234527c222ffb30fc6014a0712f1f3769a60 /doc/obex-api.txt
parent9a023fc495fe6171d98ee54ba0639e66161a5977 (diff)
downloadbluez-be43b12c7093559b7436dbb7ba51d293e89b0cad.tar.gz
doc: Update OBEX transfer object with missing properties
Diffstat (limited to 'doc/obex-api.txt')
-rw-r--r--doc/obex-api.txt23
1 files changed, 17 insertions, 6 deletions
diff --git a/doc/obex-api.txt b/doc/obex-api.txt
index 34ec4fa93..c59aa0bfc 100644
--- a/doc/obex-api.txt
+++ b/doc/obex-api.txt
@@ -103,22 +103,33 @@ Properties string Status [readonly]
string Name [readonly]
- Name of the transferred object.
+ Name of the transferred object. Either Name or Type
+ or both will be present.
- uint64 Size [readonly]
+ string Type [readonly]
- Size of the transferred object. If the size is
- unknown, then this property will not be present.
+ Type of the transferred object. Either Name or Type
+ or both will be present.
- string Filename [readonly, optional]
+ uint32 Time [readonly, optional]
- Complete name of the file being received or sent.
+ Time of the transferred object if this is
+ provided by the remote party.
+
+ uint64 Size [readonly, optional]
+
+ Size of the transferred object. If the size is
+ unknown, then this property will not be present.
uint64 Transferred [readonly, optional]
Number of bytes transferred. For queued transfers, this
value will not be present.
+ string Filename [readonly, optional]
+
+ Complete name of the file being received or sent.
+
Object Push hierarchy
=====================