diff options
author | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2012-08-13 10:40:28 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-08-30 13:03:41 +0300 |
commit | 2b55c51eb7cd4b9a6c34aa01d07b448d3ffe4db7 (patch) | |
tree | 7d5839a877992fccf9cf9c661c06ffb8845ab069 /doc | |
parent | b0a5c9903b76047a9320955eab51b6a94cf03040 (diff) | |
download | connman-2b55c51eb7cd4b9a6c34aa01d07b448d3ffe4db7.tar.gz connman-2b55c51eb7cd4b9a6c34aa01d07b448d3ffe4db7.tar.bz2 connman-2b55c51eb7cd4b9a6c34aa01d07b448d3ffe4db7.zip |
session: Remove EmergencyCall documentation
The EmergencyCall setting which should be set by the platform integrator
and not by the application developer is moved the configuration plugin.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/session-api.txt | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/session-api.txt b/doc/session-api.txt index 68404db2..6a74f816 100644 --- a/doc/session-api.txt +++ b/doc/session-api.txt @@ -180,34 +180,6 @@ Settings string Bearer [readonly] handovers can happen at any time even if this is set to true. - boolean EmergencyCall [readwrite] - - Boolean representing the emergency mode of the - modem. The Emergency is true if an emergency call or - related operation is currently active. - - If the emergency application sets this setting to true - all other session will be informed about the emergency - situation with setting it also to true. Only the - emergency application can set back to false. - - As long the EmergencyCall is true no new session can - be created. - - Only one application is supposed to write this setting - and therefore it will be protected by additional - PolicyKit rule so that only the emergency application - can write. - - The emergency application is expected to call Connect() - after setting this setting true. If the emergency - situation is over the application should call - Disconnect() and also set the EmergencyCall to false - afterward. - - Note only services matching the AllowedBearers rule - will be considered. - string RoamingPolicy [readwrite] The allowed roaming behavior. |