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

Commit e4830795 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: c870c393 am: e6c791bc

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

Change-Id: I4144dcd4c0d4bc2c230f0874249be8bac20be134
parents b84e1ccd e6c791bc
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) {