Add SetProperty method to allow characteristic watchers or any other D-Bus client application to change the value of a given characteristic. Use cases: Changing sensors thresholds, client characteristic configuration for notification/indication. --- doc/attribute-api.txt | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/doc/attribute-api.txt b/doc/attribute-api.txt index a5e475b..d0ce6f8 100644 --- a/doc/attribute-api.txt +++ b/doc/attribute-api.txt @@ -118,6 +118,13 @@ Methods dict GetProperties() Returns all properties for the characteristic. See the properties section for available properties. + void SetProperty(string name, variant value) + + Changes the value of the specified property. Only + read-write properties can be changed. On success + this will emit a PropertyChanged signal. + + Possible Errors: org.bluez.Error.InvalidArguments Properties string UUID [readonly] -- 1.7.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html