diff options
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/dbus-api.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index aa52ec63..d67fd796 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -179,8 +179,7 @@ Methods uint32 InterfaceVersion() match the same value that has been used on registration. - void RegisterShadowService(string path, string name, - string description) + void RegisterShadowService(string path) This registers a new shadow service agent. The service will not be available through ListServices(). @@ -188,9 +187,7 @@ Methods uint32 InterfaceVersion() The path parameter defines the object path of the service agent that will be called when someone requests information through org.bluez.Service - interface. The name and description parameters can - provide the name of the service and a description of - what it does or they can be empty strings. + interface. void UnregisterShadowService(string path) |