summaryrefslogtreecommitdiff
path: root/doc/service-api.txt
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2009-07-02 12:00:53 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-07-02 04:29:42 -0700
commit4f01b2c2eb15a66ffb81c81d10a07635b402d6b7 (patch)
tree82d0efff5ed7b905a5b299a232eb49811f217ca4 /doc/service-api.txt
parente5b38566c08870a05a2ca24fd405923307d39fe8 (diff)
downloadconnman-4f01b2c2eb15a66ffb81c81d10a07635b402d6b7.tar.gz
connman-4f01b2c2eb15a66ffb81c81d10a07635b402d6b7.tar.bz2
connman-4f01b2c2eb15a66ffb81c81d10a07635b402d6b7.zip
Have services remove method also clear the passphrase
Diffstat (limited to 'doc/service-api.txt')
-rw-r--r--doc/service-api.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt
index 68661373..e9349fc0 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -60,6 +60,9 @@ Methods dict GetProperties()
can be removed this way. If it is connected, it will
be automatically disconnected first.
+ If the service requires a passphrase it will be
+ cleared and forgotten when removing.
+
This is similar to setting the Favorite property
to false, but that is currently not supported.