summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorHui Wang <huiwang@motorola.com>2014-10-16 14:59:27 -0500
committerAmit Mahajan <amitmahajan@google.com>2014-10-20 10:41:38 -0700
commit8d67962812ada0cce8f910aa657cb3f29ade8fcf (patch)
tree2055d5f1bfdf8e364cc37c00a573e3f62200c156 /include/telephony/ril.h
parent760123fc26b00aacf7a9e75eb681e7b9ce4e6560 (diff)
downloadandroid_hardware_ril-8d67962812ada0cce8f910aa657cb3f29ade8fcf.tar.gz
android_hardware_ril-8d67962812ada0cce8f910aa657cb3f29ade8fcf.tar.bz2
android_hardware_ril-8d67962812ada0cce8f910aa657cb3f29ade8fcf.zip
Update the profile id and the comments to handle RIL_REQUEST_SET_DATA_PROFILE
Change-Id: I6a5651d2b9dc3682996b2a919d5c1c8201e5660b
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 6f3338b..000e7ce 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -531,7 +531,11 @@ typedef enum {
typedef enum {
RIL_DATA_PROFILE_DEFAULT = 0,
RIL_DATA_PROFILE_TETHERED = 1,
- RIL_DATA_PROFILE_OEM_BASE = 1000 /* Start of OEM-specific profiles */
+ RIL_DATA_PROFILE_IMS = 2,
+ RIL_DATA_PROFILE_FOTA = 3,
+ RIL_DATA_PROFILE_CBS = 4,
+ RIL_DATA_PROFILE_OEM_BASE = 1000, /* Start of OEM-specific profiles */
+ RIL_DATA_PROFILE_INVALID = 0xFFFFFFFF
} RIL_DataProfile;
/* Used by RIL_UNSOL_SUPP_SVC_NOTIFICATION */
@@ -4061,6 +4065,7 @@ typedef struct {
* RIL_REQUEST_SET_DATA_PROFILE
*
* Set data profile in modem
+ * Modem should erase existed profiles from framework, and apply new profiles
* "data" is an const RIL_DataProfileInfo **
* "datalen" is count * sizeof(const RIL_DataProfileInfo *)
* "response" is NULL