summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAntara Borwankar <antara.borwankar@intel.com>2019-03-28 17:34:36 +0530
committerDenis Kenzior <denkenz@gmail.com>2019-03-28 21:07:41 -0500
commitf143f1f838dbcfd5c4d462eaee46433c5a69e037 (patch)
treefa9df4c4eed12b98696203201473d2a847c4706d /doc
parent9cba079221cee5c4abd5f828911ee563c8874f75 (diff)
downloadofono-f143f1f838dbcfd5c4d462eaee46433c5a69e037.tar.gz
doc: Added new properties to SimManager for DSSA
Adding two new properties to sim manager interface to handle dual SIM single active use case. CardSlotCount [readonly] Contains the count of number of SIM card slots available. ActiveCardSlot [readwrite] Contains the index of the currently active SIM card slot for dual SIM single active mode.
Diffstat (limited to 'doc')
-rw-r--r--doc/sim-api.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/sim-api.txt b/doc/sim-api.txt
index bce47c12..b1428b10 100644
--- a/doc/sim-api.txt
+++ b/doc/sim-api.txt
@@ -205,3 +205,15 @@ Properties boolean Present [readonly]
Contains the SIM's ImsPrivateIdentity, read from the
ISIM.
+
+ uint32 CardSlotCount [readonly, experimental]
+
+ Contains the count of number of SIM card slots available.
+
+ uint32 ActiveCardSlot [readwrite, experimental]
+
+ Contains the index of the currently active SIM card slot
+ for dual SIM single active mode.
+
+ This property will range from 1 (default) to
+ CardSlotCount (max) value.