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

Commit 2f805530 authored by Sanket Padawe's avatar Sanket Padawe
Browse files

Add new RIL command for sending ack to solicited async and unsolicited msg.

Bug: 22127517
Change-Id: I371aae330f96e5767850b8c7fabbb36984334a98
parent 480bd2b9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;