mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Add a missing RIL request in iRadio.hal" am: d5e70d7f63 am: 63567654fb
am: cffe615c75
Change-Id: Ib9644d20fe3f502dff2310b624d3cf06e63de69c
This commit is contained in:
@@ -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();
|
||||
};
|
||||
Reference in New Issue
Block a user