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

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

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

Change-Id: Ia9ea552d80f2b32ea9ede68ee41a9916e7932ce9
parents ff3b3cfb 3085a32a
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) {