diff options
| -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()  | 
