added support for input devices
[profile/ivi/bluetooth-qt.git] / input.xml
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2           "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node>
4  <interface name="org.bluez.Input">
5   <method name="Connect"/>
6   <method name="Disconnect"/>
7   <method name="GetProperties">
8    <arg type="a{sv}" direction="out"/>
9    <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
10   </method>
11   <signal name="PropertyChanged">
12     <arg type="s"/>
13     <arg type="v"/>
14     </signal>
15  </interface>
16 </node>