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

Commit 344e608b authored by Chris Manton's avatar Chris Manton
Browse files

Re-log btm_sec_l2cap_access_req_by_requirement

Toward loggable code

Bug: 163134718
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I39b877969a38622ec8dffed39ea8c531afab88af
parent fb838d54
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) ||