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

Commit a086c5c3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add setIndicationFilter response notification in 1.2 VTS"

parents 6a5c36d7 99260ce7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -653,7 +653,9 @@ Return<void> RadioResponse_v1_2::sendDeviceStateResponse(const RadioResponseInfo
    return Void();
}

Return<void> RadioResponse_v1_2::setIndicationFilterResponse(const RadioResponseInfo& /*info*/) {
Return<void> RadioResponse_v1_2::setIndicationFilterResponse(const RadioResponseInfo& info) {
    rspInfo = info;
    parent_v1_2.notify(info.serial);
    return Void();
}