Rollback changes to submit TIZEN:COMMON project
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bt-service-obex-agent.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/">
4   <interface name="org.bluez.obex.Agent1">
5     <method name="Request">
6       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
7       <arg type="o" name="transfer"/>
8       <arg type="s" name="name" direction="out"/>
9     </method>
10
11     <method name="Progress">
12       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
13       <arg type="o" name="transfer"/>
14       <arg type="t" name="transferred"/>
15     </method>
16
17     <method name="Complete">
18       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
19       <arg type="o" name="transfer"/>
20     </method>
21
22     <method name="Release">
23       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
24     </method>
25
26     <method name="Error">
27       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
28       <arg type="o" name="transfer"/>
29       <arg type="s" name="message"/>
30     </method>
31     <method name="AuthorizePush">
32         <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
33                 <arg type="o" name="objpath"/>
34                 <arg type="s" name="filepath" direction="out"/>
35         </method>
36   </interface>
37 </node>