summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2006-12-04 12:53:58 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2006-12-04 12:53:58 +0000
commit4433fb72329624961794513b257fc9a8988b1067 (patch)
tree01b04559e6ec10442b8b12fb69229b51b67bebbe /hcid/dbus-api.txt
parent225ca66857cfd4186a2651b60886e5ffe04fd3c2 (diff)
Truested devices:changed error names and integration with AuthorizeService
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r--hcid/dbus-api.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 95ed2f40..b43a8429 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -1163,16 +1163,24 @@ Methods string GetConnectionName()
Marks the user as trusted.
+ Possible errors: org.bluez.Error.InvalidArguments
+ org.bluez.Error.AlreadyExists
+
boolean IsTrusted(string address)
Returns true if the user is trusted or false otherwise.
The address parameter must match one of the
current users of the service.
+ Possible errors: org.bluez.Error.InvalidArguments
+
void RemoveTrust(string address)
Marks the user as not trusted.
+ Possible errors: org.bluez.Error.InvalidArguments
+ org.bluez.Error.DoesNotExist
+
Signals void Started()
The object path of this signal contains which service