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