8cb4f631cae3531ce1439a44a1ed545d7c490bba
[platform/core/connectivity/bluetooth-frwk.git] / bt-api / bt-telephony.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node>
4   <interface name="org.tizen.csd.Call.Instance">
5     <method name="Answer">
6       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
7        <arg type="u" name="callid"/>
8     </method>
9
10     <method name="Release">
11       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
12       <arg type="u" name="callid"/>
13     </method>
14
15     <method name="Reject">
16       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
17       <arg type="u" name="callid"/>
18     </method>
19
20     <method name="Threeway">
21       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
22       <arg type="u" name="value"/>
23     </method>
24
25     <method name="SendDtmf">
26       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
27       <arg type="s" name="dtmf"/>
28     </method>
29
30   </interface>
31   </node>