summaryrefslogtreecommitdiff
path: root/sys/bluez/org.bluez.xml
blob: ff52ee303bd38b6cc374ede348f56a8606e9162e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!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.MediaTransport1">
    <method name="Acquire">
        <annotation name="org.gtk.GDBus.C.UnixFD" value="true" />
        <arg name="fd" type="h" direction="out"/>
        <arg name="mtu_r" type="q" direction="out"/>
        <arg name="mtu_w" type="q" direction="out"/>
    </method>
    <method name="TryAcquire">
        <annotation name="org.gtk.GDBus.C.UnixFD" value="true" />
        <arg name="fd" type="h" direction="out"/>
        <arg name="mtu_r" type="q" direction="out"/>
        <arg name="mtu_w" type="q" direction="out"/>
    </method>
    <method name="Release"></method>
    <property name="Device" type="o" access="read"></property>
    <property name="UUID" type="s" access="read"></property>
    <property name="Codec" type="y" access="read"></property>
    <property name="Configuration" type="ay" access="read">
        <annotation name="org.gtk.GDBus.C.ForceGVariant" value="true" />
    </property>
    <property name="State" type="s" access="read"></property>
    <property name="Delay" type="q" access="read"></property>
    <property name="Volume" type="q" access="readwrite"></property>
</interface>
</node>