diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-11-08 18:55:39 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-11-08 18:55:39 +0000 |
commit | b5d6d92b7087dd418c12b86ffa682aa1a52018c9 (patch) | |
tree | 8274ed9da65c9c823acb904eaf70f3f2f887417e /hcid/dbus-api.txt | |
parent | 34a3fbf5f13e556e2a6e0c91a28b4a857ec67b62 (diff) |
Removed shadow service methods
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index c3a7026d..9464ed05 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -179,23 +179,6 @@ Methods uint32 InterfaceVersion() match the same value that has been used on registration. - void RegisterShadowService(string path) - - This registers a new shadow service agent. The - service will not be available through ListServices(). - - The path parameter defines the object path of the - service agent that will be called when someone - requests information through org.bluez.Service - interface. - - void UnregisterShadowService(string path) - - This unregisters a shadow service agent that has - been previously registered. The path parameter - must match the same value that has been used on - registration. - uint32 AddServiceRecord(string path, array{byte}) Add a new service record to the service agent |