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

Commit 002d3b6b authored by Chris Manton's avatar Chris Manton Committed by Gerrit Code Review
Browse files

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

parents a12d6b4f a3c81fd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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;
          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_TRACE_WARNING(
              "L2CAP - rcvd config req mps reduction new mps < mps (%d < %d)",
              "L2CAP - rcvd config req mps reduction new mps < mps (%d < %d)",
              mtu, p_ccb->peer_conn_cfg.mtu);
              mtu, p_ccb->peer_conn_cfg.mtu);