summaryrefslogtreecommitdiff
path: root/contrib/bluez-api-4.75-fixed/agent.xml
diff options
context:
space:
mode:
authorAlexander Orlenko <alex@ubuntu.(none)>2011-09-23 16:23:00 +1100
committerAlexander Orlenko <alex@ubuntu.(none)>2011-09-23 16:23:00 +1100
commit171181b6ef6c94aefc828dc7fd8de136b9f97532 (patch)
tree21fc59a39f4294b98dd197a9cb98bc00ca1b19a5 /contrib/bluez-api-4.75-fixed/agent.xml
parentb8b3832000af5423a487143bb28b3f19589116ce (diff)
downloadbluez-tools-171181b6ef6c94aefc828dc7fd8de136b9f97532.tar.gz
Part of previous commitbluez-tools-legacy
Diffstat (limited to 'contrib/bluez-api-4.75-fixed/agent.xml')
-rw-r--r--contrib/bluez-api-4.75-fixed/agent.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/contrib/bluez-api-4.75-fixed/agent.xml b/contrib/bluez-api-4.75-fixed/agent.xml
deleted file mode 100644
index 86e442b..0000000
--- a/contrib/bluez-api-4.75-fixed/agent.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<node name="/Agent">
- <interface name="org.bluez.Agent">
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="agent"/>
- <method name="Release"/>
- <method name="RequestPinCode">
- <arg type="o" name="device" direction="in"/>
- <arg type="s" direction="out"/>
- </method>
- <method name="RequestPasskey">
- <arg type="o" name="device" direction="in"/>
- <arg type="u" direction="out"/>
- </method>
- <method name="DisplayPasskey">
- <arg type="o" name="device" direction="in"/>
- <arg type="u" name="passkey" direction="in"/>
- <arg type="y" name="entered" direction="in"/>
- </method>
- <method name="RequestConfirmation">
- <arg type="o" name="device" direction="in"/>
- <arg type="u" name="passkey" direction="in"/>
- </method>
- <method name="Authorize">
- <arg type="o" name="device" direction="in"/>
- <arg type="s" name="uuid" direction="in"/>
- </method>
- <method name="ConfirmModeChange">
- <arg type="s" name="mode" direction="in"/>
- </method>
- <method name="Cancel"/>
- </interface>
-</node>