diff options
| -rw-r--r-- | network/network-api.txt | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/network/network-api.txt b/network/network-api.txt index 278ba8eb..9bdf5ca8 100644 --- a/network/network-api.txt +++ b/network/network-api.txt @@ -178,11 +178,13 @@ Methods		string GetAdapter()  			Possible errors: org.bluez.network.Error.ConnectionAttemptFailed  			                 org.bluez.network.Error.Failed -		string CancelConnect() +		void CancelConnect()  			Abort connection attempt in case of errors or  			timeouts in the client. +			Possible errors: org.bluez.network.Error.Failed +  		void Disconnect()  			Disconnects to host. | 
