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

Commit 942d1cf8 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 am: a66a0c4b

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

Change-Id: I66ce7b6a772a11df61e5c50e1d150522b821d79d
parents 1d662938 a66a0c4b
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);