summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorCasper Bonde <c.bonde@samsung.com>2015-03-19 10:36:45 +0100
committerAndre Eisenbach <eisenbach@google.com>2015-04-15 10:54:08 -0700
commitd05bd467ba191833522e5b78da54bc5eab7bab2c (patch)
tree9822822d3316154fd061bd0e31d5c5552d056482 /telephony
parent6ddbb5e55f72e870899731ff12af9945fa970e6e (diff)
downloadframeworks_base-d05bd467ba191833522e5b78da54bc5eab7bab2c.zip
frameworks_base-d05bd467ba191833522e5b78da54bc5eab7bab2c.tar.gz
frameworks_base-d05bd467ba191833522e5b78da54bc5eab7bab2c.tar.bz2
Add support for Bluetooth Sim Access Profile (2/4)
Change-Id: I6c634aa38d31a7b5a98c9089840557257fd58209
Diffstat (limited to 'telephony')
-rw-r--r--telephony/java/com/android/internal/telephony/RILConstants.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java
index 082e8bb..9280311 100644
--- a/telephony/java/com/android/internal/telephony/RILConstants.java
+++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -69,6 +69,16 @@ public interface RILConstants {
int SS_MODIFIED_TO_USSD = 25; /* SS request modified to USSD */
int SUBSCRIPTION_NOT_SUPPORTED = 26; /* Subscription not supported */
int SS_MODIFIED_TO_SS = 27; /* SS request modified to different SS request */
+
+ int SIM_NOT_READY = 28;
+
+ int SIM_ALREADY_POWERED_OFF = 29; /* SAP: 0x03, Error card aleready powered off */
+ int SIM_ALREADY_POWERED_ON = 30; /* SAP: 0x05, Error card already powered on */
+ int SIM_DATA_NOT_AVAILABLE = 31; /* SAP: 0x06, Error data not available */
+ int SIM_SAP_CONNECT_FAILURE = 32;
+ int SIM_SAP_MSG_SIZE_TOO_LARGE = 33;
+ int SIM_SAP_MSG_SIZE_TOO_SMALL = 34;
+ int SIM_SAP_CONNECT_OK_CALL_ONGOING = 35;
/* NETWORK_MODE_* See ril.h RIL_REQUEST_SET_PREFERRED_NETWORK_TYPE */