Remove wrong dependency in the systemd service file
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bt-service-gap-agent1.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       <arg type="q" name="entered"/>
22     </method>
23
24     <method name="RequestConfirmation">
25       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
26       <arg type="o" name="device"/>
27       <arg type="u" name="passkey"/>
28     </method>
29
30     <method name="RequestAuthorization">
31       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
32       <arg type="o" name="device"/>
33     </method>
34
35    <method name="AuthorizeService">
36       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
37       <arg type="o" name="device"/>
38       <arg type="s" name="uuid"/>
39     </method>
40
41    <method name="Cancel">
42       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
43     </method>
44
45     <method name="Release">
46       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
47     </method>
48
49     <method name="ReplyPinCode">
50       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
51       <arg type="u" name="accept"/>
52       <arg type="s" name="pincode"/>
53     </method>
54
55     <method name="ReplyPasskey">
56       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
57       <arg type="u" name="accept"/>
58       <arg type="s" name="passkey"/>
59     </method>
60
61     <method name="ReplyConfirmation">
62       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
63       <arg type="u" name="accept"/>
64     </method>
65
66     <method name="ReplyAuthorize">
67       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
68       <arg type="u" name="accept"/>
69     </method>
70
71     <method name="ConfirmModeChange">
72       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
73       <arg type="s" name="mode"/>
74     </method>
75
76     <method name="GetDiscoverableTimeout">
77       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
78       <arg type="u" name="timeout" direction="out"/>
79     </method>
80   </interface>
81 </node>