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

Commit 6968f967 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 am: 6e5fcf33

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

Change-Id: I70e429668eeff7b63fcd10aca6afe0a8c9e023f6
parents 233d5d19 6e5fcf33
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);