summaryrefslogtreecommitdiff
path: root/doc/obex-api.txt
diff options
context:
space:
mode:
authorChristian Fetzer <christian.fetzer@bmw-carit.de>2013-01-25 17:44:47 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-02-07 13:49:00 +0200
commite859c032310b39658efdb1287e4c6ec000882a1a (patch)
tree4ce7854e8ccbfe1e6d7e704bd00f687a5f76e2a6 /doc/obex-api.txt
parente9c1672adab8a3a232d07d4924b22ca708359fed (diff)
downloadbluez-e859c032310b39658efdb1287e4c6ec000882a1a.tar.gz
obexd: Add PushMessage
Push message has been implemented similar to send file (OPP), the message to send (in bMessage format) is read from a file.
Diffstat (limited to 'doc/obex-api.txt')
-rw-r--r--doc/obex-api.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/obex-api.txt b/doc/obex-api.txt
index 6246933d7..759c4d81f 100644
--- a/doc/obex-api.txt
+++ b/doc/obex-api.txt
@@ -630,6 +630,28 @@ Methods void SetFolder(string name)
Possible errors: org.bluez.obex.Error.Failed
+ object, dict
+ PushMessage(string sourcefile, string folder, dict args)
+
+ Transfer a message (in bMessage format) to the
+ remote device.
+
+ The message is transferred either to the given folder,
+ or to the current folder if folder is omitted.
+
+ Possible args: Transparent, Retry, Charset
+
+ The returned path represents the newly created transfer,
+ which should be used to find out if the content has been
+ successfully transferred or if the operation fails.
+
+ The properties of this transfer are also returned along
+ with the object path, to avoid a call to GetAll.
+
+ Possible errors: org.bluez.obex.Error.InvalidArguments
+ org.bluez.obex.Error.Failed
+
+
Filter: uint16 Offset:
Offset of the first item, default is 0