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

Commit 6e5fcf33 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Merge "l2cap: Fix for L2CAP Credit Based Reconfigure Request with MPS" am:...

Merge "l2cap: Fix for L2CAP Credit Based Reconfigure Request with MPS" am: 002d3b6b am: 81e72b8b

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1973740

Change-Id: Idf4e27e76fbae82091b8d9c9079b6c6069c6bce5
parents f2b44f5e 81e72b8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -798,7 +798,7 @@ void l2cble_process_sig_cmd(tL2C_LCB* p_lcb, uint8_t* p, uint16_t pkt_len) {
          return;
        }

        if (p_ccb->peer_conn_cfg.mps > mps) {
        if (p_ccb->peer_conn_cfg.mps > mps && num_of_channels > 1) {
          L2CAP_TRACE_WARNING(
              "L2CAP - rcvd config req mps reduction new mps < mps (%d < %d)",
              mtu, p_ccb->peer_conn_cfg.mtu);