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

Commit 415ad71d authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I644641c3202c4c25474ea8b7cedda47a506a86fb
parents 506b6a97 15235da4
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);