summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/org.bluez.GattCharacteristic1.xml
blob: f62014cf779286957d96ef8e8144d74262227be0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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.GattCharacteristic1">
        <method name="ReadValue">
            <arg name="options" type="a{sv}" direction="in"/>
            <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
            <arg name="value" type="ay" direction="out"/>
        </method>
        <method name="WriteValue">
            <arg name="value" type="ay" direction="in"/>
            <arg name="options" type="a{sv}" direction="in"/>
            <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QVariantMap"/>
        </method>
        <method name="StartNotify"></method>
        <method name="StopNotify"></method>
        <property name="UUID" type="s" access="read"></property>
        <property name="Service" type="o" access="read"></property>
        <property name="Value" type="ay" access="read"></property>
        <property name="Notifying" type="b" access="read"></property>
        <property name="Flags" type="as" access="read"></property>
    </interface>
</node>