summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorDeepak Kundra <deepakkundra@gmail.com>2016-05-06 10:51:08 +0800
committerDeepak Kundra <deepakkundra@gmail.com>2016-05-09 17:15:43 -0700
commit2ee6820e5007ac2f1fbd58932991aa967d0f30ca (patch)
tree759f7753c809696867b4bfce7ca99f73512707c4 /include/telephony/ril.h
parented04ee9784794f1183c0cf4440ec59cb1c6a1a0b (diff)
downloadandroid_hardware_ril-2ee6820e5007ac2f1fbd58932991aa967d0f30ca.tar.gz
android_hardware_ril-2ee6820e5007ac2f1fbd58932991aa967d0f30ca.tar.bz2
android_hardware_ril-2ee6820e5007ac2f1fbd58932991aa967d0f30ca.zip
RF cutback feature for SAR
Issue-id:FEIJ-350 Change-Id: I0cda490538cdf14ebf5248c5c487677e71a6ac07
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index f80ff07..7a711ac 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -1508,6 +1508,10 @@ typedef struct {
} RIL_CafOpenChannelParams;
+typedef struct {
+ int state;
+} RIL_RfControlState;
+
/**
* RIL_REQUEST_GET_SIM_STATUS
*
@@ -4577,6 +4581,16 @@ typedef struct {
*/
#define RIL_REQUEST_CAF_SIM_OPEN_CHANNEL_WITH_P2 137
+/**
+ * RIL_REQUEST_SET_MAX_TRANSMIT_POWER
+ *
+ * Sends the request to enable or disable MAX transmit power control option
+ *
+ * "response" is void
+ */
+
+#define RIL_REQUEST_SET_MAX_TRANSMIT_POWER 139
+
/***********************************************************************/
#define RIL_UNSOL_RESPONSE_BASE 1000