summaryrefslogtreecommitdiff
path: root/doc/technology-api.txt
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@linux.intel.com>2011-08-24 16:44:15 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2011-08-25 11:14:22 +0200
commitafe64c7ea9931f2442a464cb5c7d5bcd47e98560 (patch)
tree4c1acacf917510b2291d0b8bf1c26c62f185eb91 /doc/technology-api.txt
parentfa0e75c2255edd7cecd8a1d63390e7e000cc7d83 (diff)
downloadconnman-afe64c7ea9931f2442a464cb5c7d5bcd47e98560.tar.gz
connman-afe64c7ea9931f2442a464cb5c7d5bcd47e98560.tar.bz2
connman-afe64c7ea9931f2442a464cb5c7d5bcd47e98560.zip
technology: Remove 'available' state
The connman technology state machine is simplified. It now has 3 states: Offline: Technology is disabled. Enabled: Technology is enabled. Connected: Technology is connected.
Diffstat (limited to 'doc/technology-api.txt')
-rw-r--r--doc/technology-api.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/technology-api.txt b/doc/technology-api.txt
index c86a58ed..12b421ca 100644
--- a/doc/technology-api.txt
+++ b/doc/technology-api.txt
@@ -21,8 +21,7 @@ Properties string State [readonly]
The technology state information.
- Valid states are "offline", "available", "enabled"
- and "connected".
+ Valid states are "offline", "enabled" and "connected".
string Name [readonly]