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

Commit f6e345ac authored by Sanket Padawe's avatar Sanket Padawe
Browse files

Add a missing RIL request in iRadio.hal

Test: no test

Bug: 32020264
Change-Id: I5b1584e5451c4c04e0a2902791140c4e7bd95549
parent 37c96a54
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