summaryrefslogtreecommitdiff
path: root/contrib/obexd-api-0.34-fixed/agent.xml
blob: bb089dd6d3e8f05ee5dfce7977e76b622317864d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<node name="/ObexAgent">
  <interface name="org.openobex.Agent">
    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="obexagent"/>

    <method name="Authorize">
      <arg type="o" name="transfer" direction="in"/>
      <arg type="s" name="bt_address" direction="in"/>
      <arg type="s" name="name" direction="in"/>
      <arg type="s" name="type" direction="in"/>
      <arg type="i" name="length" direction="in"/>
      <arg type="i" name="time" direction="in"/>
      <arg type="s" direction="out"/>
    </method>
    <method name="Cancel"/>

    <method name="Release"/>
    <method name="Request">
      <arg type="o" name="transfer" direction="in"/>
      <arg type="s" direction="out"/>
    </method>
    <method name="Progress">
      <arg type="o" name="transfer" direction="in"/>
      <arg type="t" name="transferred" direction="in"/>
    </method>
    <method name="Complete">
      <arg type="o" name="transfer" direction="in"/>
    </method>
    <method name="Error">
      <arg type="o" name="transfer" direction="in"/>
      <arg type="s" name="message" direction="in"/>
    </method>

  </interface>
</node>