Rollback changes to submit TIZEN:COMMON project
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bt-service-gap-agent.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/">
4   <interface name="org.bluez.Agent1">
5     <method name="RequestPinCode">
6       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
7       <arg type="o" name="device"/>
8       <arg type="s" name="pincode" direction="out"/>
9     </method>
10
11     <method name="RequestPasskey">
12       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
13       <arg type="o" name="device"/>
14       <arg type="u" name="passkey" direction="out"/>
15     </method>
16
17     <method name="DisplayPasskey">
18       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
19       <arg type="o" name="device"/>
20       <arg type="u" name="passkey"/>
21     </method>
22
23     <method name="RequestConfirmation">
24       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
25       <arg type="o" name="device"/>
26       <arg type="u" name="passkey"/>
27     </method>
28
29     <method name="RequestAuthorization">
30       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
31       <arg type="o" name="device"/>
32     </method>
33
34     <method name="AuthorizeService">
35       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
36       <arg type="o" name="device"/>
37       <arg type="s" name="uuid"/>
38     </method>
39
40    <method name="Cancel">
41       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
42     </method>
43
44     <method name="Release">
45       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
46     </method>
47
48     <method name="ReplyPinCode">
49       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
50       <arg type="u" name="accept"/>
51       <arg type="s" name="pincode"/>
52     </method>
53
54     <method name="ReplyPasskey">
55       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
56       <arg type="u" name="accept"/>
57       <arg type="s" name="passkey"/>
58     </method>
59
60     <method name="ReplyConfirmation">
61       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
62       <arg type="u" name="accept"/>
63     </method>
64
65     <method name="ReplyAuthorize">
66       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
67       <arg type="u" name="accept"/>
68     </method>
69
70     <method name="ConfirmModeChange">
71       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
72       <arg type="s" name="mode"/>
73     </method>
74
75     <method name="GetDiscoverableTimeout">
76       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
77       <arg type="u" name="timeout" direction="out"/>
78     </method>
79   </interface>
80 </node>