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.
---
 doc/sim-api.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/doc/sim-api.txt b/doc/sim-api.txt
index bce47c1..c69cc74 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]
+
+                       Contains the count of number of SIM card slots 
available.
+
+               uint32 ActiveCardSlot [readwrite]
+
+                       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.
-- 
1.9.1

_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to