diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-03-05 14:43:04 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-03-05 14:43:04 +0000 | 
| commit | b9eed677c4d83eab328d7c6ce64f90b018f3b995 (patch) | |
| tree | 1b53d5e2608a54d58ee30a2a592d7898be1f5d14 | |
| parent | 3f27f7f7a01ad43532b65504e6204194e3e259df (diff) | |
Add adapter interface based trust related methods
| -rw-r--r-- | hcid/dbus-api.txt | 24 | 
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() | 
