summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/org.bluez.GattManager1.xml
blob: ca7819b09f8183fad20c5be7d9808e4ab3facc52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
    "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
    <interface name="org.bluez.GattManager1">
        <method name="RegisterApplication">
            <arg name="application" type="o" direction="in"/>
            <arg name="options" type="a{sv}" direction="in"/>
            <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QVariantMap"/>
        </method>
        <method name="UnregisterApplication">
            <arg name="application" type="o" direction="in"/>
        </method>
  </interface>
</node>