summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2006-11-01 21:51:39 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2006-11-01 21:51:39 +0000
commitd319095eb8b9119db839abde6676a206913f4d3b (patch)
treef5f9621c0ef485b7bd894e4236adb401817c38a5 /hcid
parentbef08ffc47e9d6de61ea138d46291e5e129ea541 (diff)
Added AddServiceRecord and RemoveServiceRecord
Diffstat (limited to 'hcid')
-rw-r--r--hcid/dbus-api.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 9b87cd34..c3a7026d 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -196,6 +196,27 @@ Methods uint32 InterfaceVersion()
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
+ and returns the assigned handle.
+
+ The path parameter is the object path of the
+ service agent. The second parameter is the binary
+ representation of a service record. If the service
+ agent is running the service record will be automatically
+ registered, otherwise the record will be available
+ when the service agent Start method is called.
+
+
+ void RemoveServiceRecord(string path, uint32 handle)
+
+ Remove a service record from the service agent
+ records list.
+
+ The path parameter is the object path of the service
+ agent. The second parameter is service record handle.
+
Signals void AdapterAdded(string path)
Parameter is object path of added adapter.