diff options
author | Petre Eftime <[email protected]> | 2016-08-19 17:37:00 +0300 |
---|---|---|
committer | Petre Eftime <[email protected]> | 2016-08-19 17:37:00 +0300 |
commit | 447ec6b865a760b57d16eeaf8da46d8eb2d94d8b (patch) | |
tree | 6a06d61c892b6cc47a504ae3a018fe83f49708b9 /src/org.bluez.xml | |
parent | 6426b0c91136710c559bb86a29e3a4c1cb40e7ad (diff) |
Support for BlueZ 5.40+, previous versions will stop working
Signed-off-by: Petre Eftime <[email protected]>
Diffstat (limited to 'src/org.bluez.xml')
-rw-r--r-- | src/org.bluez.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/org.bluez.xml b/src/org.bluez.xml index 99c18c0..6d5f883 100644 --- a/src/org.bluez.xml +++ b/src/org.bluez.xml @@ -77,9 +77,11 @@ THE SOFTWARE. <interface name="org.bluez.GattCharacteristic1"> <method name="ReadValue"> <arg name="value" type="ay" direction="out"/> + <arg name="options" type="a{sv}" direction="in"/> </method> <method name="WriteValue"> <arg name="value" type="ay" direction="in"/> + <arg name="options" type="a{sv}" direction="in"/> </method> <method name="StartNotify"/> <method name="StopNotify"/> @@ -93,9 +95,11 @@ THE SOFTWARE. <interface name="org.bluez.GattDescriptor1"> <method name="ReadValue"> <arg name="value" type="ay" direction="out"/> + <arg name="options" type="a{sv}" direction="in"/> </method> <method name="WriteValue"> <arg name="value" type="ay" direction="in"/> + <arg name="options" type="a{sv}" direction="in"/> </method> <property name="UUID" type="s" access="read"/> <property name="Characteristic" type="o" access="read"/> |