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

Commit 158ad925 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "gatt: Remove invalid MTU setting" into main am: 6d2e6048 am: 91a2d7f8 am: 241c2856

parents d7f30339 241c2856
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -578,8 +578,6 @@ tGATT_STATUS attp_send_cl_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb,
            op_code);
        return GATT_ILLEGAL_PARAMETER;
      }

      tcb.payload_size = p_msg->mtu;
      p_cmd = attp_build_mtu_cmd(GATT_REQ_MTU, p_msg->mtu);
      break;