summaryrefslogtreecommitdiff
path: root/doc/obex-agent-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-21 18:41:34 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-21 18:41:34 +0100
commit30e3d6c0b2cb56b182ec249244678c3cf8dc89c5 (patch)
treef63b3418ceaa54d45714c88af3fc33210b3b5898 /doc/obex-agent-api.txt
parentbe43b12c7093559b7436dbb7ba51d293e89b0cad (diff)
downloadbluez-30e3d6c0b2cb56b182ec249244678c3cf8dc89c5.tar.gz
doc: Update OBEX push agent callback parameters
Diffstat (limited to 'doc/obex-agent-api.txt')
-rw-r--r--doc/obex-agent-api.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/obex-agent-api.txt b/doc/obex-agent-api.txt
index 2a2edb698..3923da6df 100644
--- a/doc/obex-agent-api.txt
+++ b/doc/obex-agent-api.txt
@@ -41,13 +41,15 @@ Methods void Release()
agent, because when this method gets called it has
already been unregistered.
- string Authorize(object transfer, string address, string name,
- string type, int32 length, int32 time)
+ string AuthorizePush(object transfer)
This method gets called when the service daemon
needs to accept/reject a Bluetooth object push request.
+
Returns the full path (including the filename) where
- the object shall be stored.
+ the object shall be stored. The tranfer object will
+ contain a Filename property that contains the default
+ location and name that can be returned.
Possible errors: org.bluez.obex.Error.Rejected
org.bluez.obex.Error.Canceled