diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/adapter-api.txt | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index fe19de2f..dd206f4d 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -145,6 +145,14 @@ Methods		dict GetProperties()  			Possible errors: org.bluez.Error.InvalidArguments  					 org.bluez.Error.Failed +		void CancelDeviceCreation(string address) + +			Aborts either a CreateDevice call or a +			CreatePairedDevice call. + +			Possible errors: org.bluez.Error.InvalidArguments +					 org.bluez.Error.NotInProgress +  		void RemoveDevice(object device)  			This removes the remote device object at the given | 
