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

Commit a66a0c4b authored by Myles Watson's avatar Myles Watson Committed by Automerger Merge Worker
Browse files

HIDH: Don't set a minimum MTU am: adcfb17e am: 0c8e7cdb

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1446995

Change-Id: I3259a49b9e02cc8162bc0cf9cb7418e67fec52e1
parents ee25d7ce 0c8e7cdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ tHID_STATUS hidh_conn_reg(void) {

  /* Now, register with L2CAP */
  if (!L2CA_Register2(HID_PSM_CONTROL, hst_reg_info, false /* enable_snoop */,
                      nullptr, HID_HOST_MTU, hh_cb.l2cap_cfg.mtu,
                      nullptr, HID_HOST_MTU, 0,
                      BTA_SEC_AUTHENTICATE | BTA_SEC_ENCRYPT)) {
    HIDH_TRACE_ERROR("HID-Host Control Registration failed");
    return (HID_ERR_L2CAP_FAILED);