Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6acb97c7 authored by Sanket Padawe's avatar Sanket Padawe Committed by android-build-merger
Browse files

Merge "Add a missing RIL request in iRadio.hal" am: d5e70d7f am: 63567654

am: cffe615c

Change-Id: Ib9644d20fe3f502dff2310b624d3cf06e63de69c
parents b5b63a09 cffe615c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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();
};
 No newline at end of file