summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorChris Lei <chrislei@codeaurora.org>2012-12-07 16:38:46 -0800
committerLinux Build Service Account <lnxbuild@localhost>2013-07-24 18:06:17 -0600
commit1eeb5553cd122690035521f2211104b82fcad388 (patch)
treec5d2cbac1fb410e1b6ceff114ca74147bad4d9fe /include/telephony/ril.h
parent6cd86b6a9f869c6c3b3f01eea93ae3045461a09f (diff)
downloadandroid_hardware_ril-1eeb5553cd122690035521f2211104b82fcad388.tar.gz
android_hardware_ril-1eeb5553cd122690035521f2211104b82fcad388.tar.bz2
android_hardware_ril-1eeb5553cd122690035521f2211104b82fcad388.zip
hardware/ril: Add Unsol tethered mode state changed message
CRs-Fixed: 428833 Change-Id: I9cdfb20a05a0be7b72320cb3a802ab78f2d581f6
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 9586254..fc47c07 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -4057,6 +4057,16 @@ typedef struct {
*/
#define RIL_UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED 1037
+/**
+ * RIL_UNSOL_RESPONSE_TETHERED_MODE_STATE_CHANGED
+ *
+ * Called when tethered mode is enabled or disabled
+ *
+ *
+ * "data" is an int 0 - tethered mode off , 1 - tethered mode on
+ */
+#define RIL_UNSOL_RESPONSE_TETHERED_MODE_STATE_CHANGED 1038
+
/***********************************************************************/