Merge "Add new RIL command for sending ack to solicited async and unsolicited msg." into mm-wireless-dev

This commit is contained in:
Sanket Padawe
2016-01-27 23:25:09 +00:00
committed by Android Partner Code Review

View File

@@ -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;