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

Commit 92eee073 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Merge "Re-log btm_sec_l2cap_access_req_by_requirement" am: 0316abaf

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

Change-Id: I4ef9e92a016cba1fd1145f4660fcc683f0ce86a6
parents 393449a4 0316abaf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1489,7 +1489,7 @@ tBTM_STATUS btm_sec_l2cap_access_req_by_requirement(
  /* we will process one after another */
  if ((p_dev_rec->p_callback) ||
      (btm_cb.pairing_state != BTM_PAIR_STATE_IDLE)) {
    BTM_TRACE_EVENT("security_flags:x%x, sec_flags:x%x", security_required,
    LOG_DEBUG("security_flags:x%x, sec_flags:x%x", security_required,
              p_dev_rec->sec_flags);
    rc = BTM_CMD_STARTED;
    if ((btm_cb.security_mode == BTM_SEC_MODE_SERVICE) ||