summaryrefslogtreecommitdiff
path: root/contrib/obexd-api-0.34-fixed/agent-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/obexd-api-0.34-fixed/agent-api.txt')
-rw-r--r--contrib/obexd-api-0.34-fixed/agent-api.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/contrib/obexd-api-0.34-fixed/agent-api.txt b/contrib/obexd-api-0.34-fixed/agent-api.txt
deleted file mode 100644
index e3dbc78..0000000
--- a/contrib/obexd-api-0.34-fixed/agent-api.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-obexd Agent API description
-**********************************
-
-Copyright (C) 2007-2010 Nokia Corporation
-Copyright (C) 2007-2010 Marcel Holtmann <marcel@holtmann.org>
-
-
-Agent hierarchy
-===============
-
-Service unique name
-Interface org.openobex.Agent
-Object path freely definable
-
-Methods
- string Authorize(object transfer, string bt_address, string name, string type, int32 length, int32 time)
-
- 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.
-
- Possible errors: org.openobex.Error.Rejected
- org.openobex.Error.Canceled
-
- void Cancel()
-
- This method gets called to indicate that the agent
- request failed before a reply was returned. It cancels
- the previous request.