summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-03-05 14:43:04 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-03-05 14:43:04 +0000
commitb9eed677c4d83eab328d7c6ce64f90b018f3b995 (patch)
tree1b53d5e2608a54d58ee30a2a592d7898be1f5d14 /hcid
parent3f27f7f7a01ad43532b65504e6204194e3e259df (diff)
Add adapter interface based trust related methods
Diffstat (limited to 'hcid')
-rw-r--r--hcid/dbus-api.txt24
1 files changed, 23 insertions, 1 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index db56fe92..7cea3b9f 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -797,7 +797,29 @@ Methods string GetAddress()
has been established.
Possible errors: org.bluez.Error.InvalidArguments
- org.bluez.Error.Failed
+ org.bluez.Error.Failed
+
+ void SetTrusted(string address) [experimental]
+
+ Marks the user as trusted.
+
+ Possible errors: org.bluez.Error.InvalidArguments
+ org.bluez.Error.AlreadyExists
+
+ boolean IsTrusted(string address) [experimental]
+
+ 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) [experimental]
+
+ Marks the user as not trusted.
+
+ Possible errors: org.bluez.Error.InvalidArguments
+ org.bluez.Error.DoesNotExist
void DiscoverDevices()