diff options
author | Pekka Pessi <Pekka.Pessi@nokia.com> | 2011-01-17 23:45:42 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-01-18 13:36:00 +0100 |
commit | 1fbe8f6a043f8d64c413c2e2135901795733c1c4 (patch) | |
tree | c1ce7d107bbcddc6ce33260d3379357042a73fc6 | |
parent | 403b04768562c8889c8d3767ac36f0af51f543bd (diff) | |
download | connman-1fbe8f6a043f8d64c413c2e2135901795733c1c4.tar.gz connman-1fbe8f6a043f8d64c413c2e2135901795733c1c4.tar.bz2 connman-1fbe8f6a043f8d64c413c2e2135901795733c1c4.zip |
Clarify relation between AutoConnect and Roaming.
-rw-r--r-- | doc/service-api.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index 4a8a4907..10fec27b 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -243,7 +243,9 @@ Properties string State [readonly] boolean AutoConnect [readwrite] If set to true, this service will auto-connect - when not other connection is available. + when no other connection is available. + + The service won't auto-connect while roaming. For favorite services it is possible to change this value to prevent or permit automatic |