Modify the privilege for battry RX / TX function
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bt-service-gap-agent.xml
old mode 100755 (executable)
new mode 100644 (file)
index f3438cb..b019a20
@@ -4,31 +4,31 @@
   <interface name="org.bluez.Agent">
     <method name="RequestPinCode">
       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
-      <arg type="o" name="device"/>
+      <arg type="o" name="target"/>
       <arg type="s" name="pincode" direction="out"/>
     </method>
 
     <method name="RequestPasskey">
       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
-      <arg type="o" name="device"/>
+      <arg type="o" name="target"/>
       <arg type="u" name="passkey" direction="out"/>
     </method>
 
     <method name="DisplayPasskey">
       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
-      <arg type="o" name="device"/>
+      <arg type="o" name="target"/>
       <arg type="u" name="passkey"/>
     </method>
 
     <method name="RequestConfirmation">
       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
-      <arg type="o" name="device"/>
+      <arg type="o" name="target"/>
       <arg type="u" name="passkey"/>
     </method>
 
     <method name="Authorize">
       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
-      <arg type="o" name="device"/>
+      <arg type="o" name="target"/>
       <arg type="s" name="uuid"/>
     </method>