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

Commit 3ce29d66 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Re-log stack/gatt/gatt_cl::gatt_process_prep_write_rsp am: 3085a32a am:...

Re-log stack/gatt/gatt_cl::gatt_process_prep_write_rsp am: 3085a32a am: c870c393 am: e6c791bc am: e4830795

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

Change-Id: Iaa25095746cafef5b3e0197969c2b7140e32e048
parents cae57115 e4830795
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -581,7 +581,7 @@ void gatt_process_prep_write_rsp(tGATT_TCB& tcb, tGATT_CLCB* p_clcb,
      .conn_id = p_clcb->conn_id, .auth_req = GATT_AUTH_REQ_NONE,
  };

  LOG(ERROR) << StringPrintf("value resp op_code = %s len = %d",
  VLOG(1) << StringPrintf("value resp op_code = %s len = %d",
                          gatt_dbg_op_name(op_code), len);

  if (len < GATT_PREP_WRITE_RSP_MIN_LEN) {