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

Commit 15235da4 authored by Hansong Zhang's avatar Hansong Zhang Committed by android-build-merger
Browse files

L2CAP ERTM: Send ACK RR if we don't have I-Frame to send am: e59f1886

am: 54217e0c

Change-Id: I60c498500e6e5123fe1c3df4a5636bfa2f1bca2e
parents 24b258e1 54217e0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -703,7 +703,7 @@ struct ErtmController::impl {
  void send_ack(Final f = Final::NOT_SET) {
    if (local_busy()) {
      send_rnr(f);
    } else if (!remote_busy() && /* pending i frames exist */ rem_window_not_full()) {
    } else if (!remote_busy() && !pending_frames_.empty() && rem_window_not_full()) {
      send_pending_i_frames(f);
    } else {
      send_rr(f);