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 | 5d9cd1f52eab6420c293677362c0fc05a2831032 (patch) | |
tree | 334d7a8c62787d025232c3def7b94813c75ff3ae /src/org.bluez.xml | |
parent | ff9602734d9c21c4b44a151d9f2397bec5aacedc (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 99c18c02..6d5f8830 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"/> |