mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Revert "Make setResponseFunctions() and setCallback() oneway."
This reverts commit 08b949450e.
Change-Id: Ie2f6c84e1b9264b109b55432be9b77abb82643fd
This commit is contained in:
@@ -33,7 +33,7 @@ interface IRadio {
|
||||
* @param radioResponse Object containing response functions
|
||||
* @param radioIndication Object containing radio indications
|
||||
*/
|
||||
oneway setResponseFunctions(IRadioResponse radioResponse,
|
||||
setResponseFunctions(IRadioResponse radioResponse,
|
||||
IRadioIndication radioIndication);
|
||||
|
||||
/*
|
||||
|
||||
@@ -24,7 +24,7 @@ interface ISap {
|
||||
*
|
||||
* @param sapCallback Object containing response and unosolicited indication callbacks
|
||||
*/
|
||||
oneway setCallback(ISapCallback sapCallback);
|
||||
setCallback(ISapCallback sapCallback);
|
||||
|
||||
/**
|
||||
* CONNECT_REQ from SAP 1.1 spec 5.1.1
|
||||
|
||||
Reference in New Issue
Block a user