Add the sender name in signal subscribe function
[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.openobex.Agent">
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="Authorize">
32         <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
33                 <arg type="o" name="objpath"/>
34                 <arg type="s" name="bdaddress"/>
35                 <arg type="s" name="name"/>
36                 <arg type="s" name="type"/>
37                 <arg type="i" name="length"/>
38                 <arg type="i" name="time"/>
39                 <arg type="s" name="filepath" direction="out"/>
40         </method>
41   </interface>
42   <interface name="org.bluez.obex.Agent1">
43     <method name="AuthorizePush">
44     <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
45         <arg type="o" name="objpath"/>
46         <arg type="s" name="filepath" direction="out"/>
47     </method>
48   </interface>
49 </node>