Merge "Add a missing RIL request in iRadio.hal"

This commit is contained in:
Sanket Padawe 2016-11-18 01:33:10 +00:00 committed by Gerrit Code Review
commit d5e70d7f63

View file

@ -1556,4 +1556,12 @@ interface IRadio {
* Response callback is IRadioCallback.getAllowedCarriersResponse()
*/
oneway getAllowedCarriers(int32_t serial);
/*
* When response type received from a radio indication or radio response is
* RadioIndicationType:UNSOLICITED_ACK_EXP or RadioResponseType:SOLICITED_ACK_EXP respectively,
* acknowledge the receipt of those messages by sending reseponeAcknowledgement().
*
*/
oneway responseAcknowledgement();
};