mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Fix emergencyDialResponse in VTS 1.6"
This commit is contained in:
@@ -849,7 +849,9 @@ Return<void> RadioResponse_v1_6::getModemStackStatusResponse(
|
||||
|
||||
/* 1.4 Apis */
|
||||
Return<void> RadioResponse_v1_6::emergencyDialResponse(
|
||||
const ::android::hardware::radio::V1_0::RadioResponseInfo& /*info*/) {
|
||||
const ::android::hardware::radio::V1_0::RadioResponseInfo& info) {
|
||||
rspInfo_v1_0 = info;
|
||||
parent_v1_6.notify(info.serial);
|
||||
return Void();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user