diff options
| author | 2016-01-27 23:25:09 +0000 | |
|---|---|---|
| committer | 2016-01-27 23:25:09 +0000 | |
| commit | 2ed3add734df1b9b35d91b69f2722b9554d2cf2b (patch) | |
| tree | 72ae7b9fc5112d1ff0332c95d634015ce2fb2b40 | |
| parent | 0491c46227d94ad51a70c549d1529616cea9170b (diff) | |
| parent | 2f805530f4c4a6d1827ef8c96be6a7f33266ee7a (diff) | |
Merge "Add new RIL command for sending ack to solicited async and unsolicited msg." into mm-wireless-dev
| -rw-r--r-- | telephony/java/com/android/internal/telephony/RILConstants.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java index 3c4c04b36ae9..7d5645ed7337 100644 --- a/telephony/java/com/android/internal/telephony/RILConstants.java +++ b/telephony/java/com/android/internal/telephony/RILConstants.java @@ -336,6 +336,8 @@ cat include/telephony/ril.h | \ int RIL_REQUEST_PULL_LCEDATA = 134; int RIL_REQUEST_GET_ACTIVITY_INFO = 135; + int RIL_RESPONSE_ACKNOWLEDGEMENT = 800; + int RIL_UNSOL_RESPONSE_BASE = 1000; int RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED = 1000; int RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED = 1001; |