initial Bluetooth Device Model addition
[profile/ivi/bluetooth-qt.git] / device.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.Device">
5     <method name="GetProperties">
6       <arg type="a{sv}" direction="out"/>
7       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
8     </method>
9     <method name="SetProperty">
10       <arg type="s" direction="in"/>
11       <arg type="v" direction="in"/>
12     </method>
13     <method name="DiscoverServices">
14       <arg type="s" direction="in"/>
15       <arg type="a{us}" direction="out"/>
16       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="UIntStringMap"/>
17     </method>
18     <method name="CancelDiscovery"/>
19     <method name="Disconnect"/>
20     <signal name="PropertyChanged">
21       <arg type="s"/>
22       <arg type="v"/>
23     </signal>
24     <signal name="DisconnectRequested"/>
25   </interface>
26 </node>