diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-05-30 07:47:24 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-05-30 07:47:24 +0000 | 
| commit | 29327cee186a403af002831e2facdffa35781ed8 (patch) | |
| tree | 541319e174894bedb1972f73cadc672515fb1751 | |
| parent | bc23c086b3e41836fb8c680c2c7108cadd395f91 (diff) | |
Add methods for authorization
| -rw-r--r-- | doc/adapter-api.txt | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index f5b45419..9ae43b39 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -184,6 +184,24 @@ Methods		dict GetProperties()  					 org.bluez.Error.DoesNotExist  					 org.bluez.Error.Failed +		void RequestAuthorization(string address, uint32 handle) + +			Request an authorization for an incoming connection +			for a specific service record. The service record +			needs to be registered via AddServiceRecord first. + +			Possible errors: org.bluez.Error.InvalidArguments +					 org.bluez.Error.NotAuthorized +					 org.bluez.Error.DoesNotExist +					 org.bluez.Error.Failed + +		void CancelAuthorization() + +			Possible errors: org.bluez.Error.InvalidArguments +					 org.bluez.Error.NotAuthorized +					 org.bluez.Error.DoesNotExist +					 org.bluez.Error.Failed +  Signals		PropertyChanged(string name, variant value)  			This signal indicates a changed value of the given | 
