summaryrefslogtreecommitdiffstats
path: root/libril/ril_unsol_commands.h
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2014-07-13 05:17:28 -0700
committerWink Saville <wink@google.com>2014-07-13 05:17:28 -0700
commitc29360a92ad603fcec008c098cbbed47e3399dc8 (patch)
treee433b2bffebac2d99a1c47380731d8eb26b3054f /libril/ril_unsol_commands.h
parent2b77203b8c64e5bfa848303df7328d015069f8c7 (diff)
downloadandroid_hardware_ril-c29360a92ad603fcec008c098cbbed47e3399dc8.tar.gz
android_hardware_ril-c29360a92ad603fcec008c098cbbed47e3399dc8.tar.bz2
android_hardware_ril-c29360a92ad603fcec008c098cbbed47e3399dc8.zip
Add support for retrieving real time data connection information.
To be able to reduce power consumption caused by the mobile radio being in a high power state, the radio will report its power state in real time. Bug: 8233234 Change-Id: Ia4195211c380efc04a65c6f1f6e4d29095a1bc35
Diffstat (limited to 'libril/ril_unsol_commands.h')
-rw-r--r--libril/ril_unsol_commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libril/ril_unsol_commands.h b/libril/ril_unsol_commands.h
index aca1fba..2232015 100644
--- a/libril/ril_unsol_commands.h
+++ b/libril/ril_unsol_commands.h
@@ -55,3 +55,4 @@
{RIL_UNSOL_UICC_SUBSCRIPTION_STATUS_CHANGED, responseInts, WAKE_PARTIAL},
{RIL_UNSOL_SRVCC_STATE_NOTIFY, responseInts, WAKE_PARTIAL},
{RIL_UNSOL_HARDWARE_CONFIG_CHANGED, responseHardwareConfig, WAKE_PARTIAL},
+ {RIL_UNSOL_DC_RT_INFO_CHANGED, responseDcRtInfo, WAKE_PARTIAL},