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

Commit 186bdc6b authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7183002 from 95aca271 to rvc-qpr3-release

Change-Id: I8d5893445fbbdc5e282f901210bf2f2799067975
parents 8243bd8f 95aca271
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -726,6 +726,7 @@ static void on_l2cap_data_ind(tBTA_JV* evt, uint32_t id) {
               << ": unable to push data to socket - closing  fixed channel";
      BTA_JvL2capCloseLE(sock->handle);
      btsock_l2cap_free_l(sock);
      return;
    }

  } else {
@@ -744,6 +745,7 @@ static void on_l2cap_data_ind(tBTA_JV* evt, uint32_t id) {
                   << ": unable to push data to socket - closing channel";
          BTA_JvL2capClose(sock->handle);
          btsock_l2cap_free_l(sock);
          return;
        }
      }
    }