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

Commit e6c791bc 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

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

Change-Id: Ic9c2ec7f48e26d8be2c6e5b6f3a7a8c178d95135
parents 6fa932ca c870c393
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) {