summaryrefslogtreecommitdiffstats
path: root/radio/1.2/IRadioIndication.hal
diff options
context:
space:
mode:
Diffstat (limited to 'radio/1.2/IRadioIndication.hal')
-rw-r--r--radio/1.2/IRadioIndication.hal11
1 files changed, 10 insertions, 1 deletions
diff --git a/radio/1.2/IRadioIndication.hal b/radio/1.2/IRadioIndication.hal
index 5d3efcf29..4aae74da3 100644
--- a/radio/1.2/IRadioIndication.hal
+++ b/radio/1.2/IRadioIndication.hal
@@ -28,4 +28,13 @@ interface IRadioIndication extends @1.1::IRadioIndication {
* Incremental network scan results
*/
oneway networkScanResult_1_2(RadioIndicationType type, NetworkScanResult result);
-}; \ No newline at end of file
+
+ /**
+ * Indicates SIM slot status change.
+ *
+ * @param type Type of radio indication
+ * @param slotStatus new slot status info with size equals to the number of physical slots on
+ * the device
+ */
+ oneway simSlotsStatusChanged(RadioIndicationType type, vec<SimSlotStatus> slotStatus);
+};