The path argument in RegisterCharacteristicsWatcher method shall be the agent's path. An agent will monitor changes in all characteristics. --- doc/attribute-api.txt | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/attribute-api.txt b/doc/attribute-api.txt index d0ce6f8..f66e9bc 100644 --- a/doc/attribute-api.txt +++ b/doc/attribute-api.txt @@ -69,18 +69,15 @@ Methods dict GetProperties() Returns all properties for the interface. See the Properties section for the available properties. - RegisterCharacteristicsWatcher(object path) + RegisterCharacteristicsWatcher(object agent) - Register a watcher for changes in specific characteristics - to monitor changes. + Register a watcher to monitor characteristic changes. A watcher will be registered for this service and will - notifier about any changed characteristics in the service. + notify about any changed characteristics in the service. This also notifies about any included characteristics. - Method for the watch objects still need to be defined. - - UnregisterCharacteristicsWatcher(object path) + UnregisterCharacteristicsWatcher(object agent) Unregister a watcher. -- 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