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

Commit abe0db8b authored by Chris Manton's avatar Chris Manton
Browse files

stack::rnr::btm_initiate_rem_name Promote primary execution to top level block

Bug: 354452689
Test: m .
Flag: EXEMPT, Mechanical Refactor

Change-Id: I782f75d4a543b61a94e0b909c8676f96ffcc9379
parent acbc0620
Loading
Loading
Loading
Loading
+36 −36
Original line number Diff line number Diff line
@@ -1851,7 +1851,8 @@ tBTM_STATUS btm_initiate_rem_name(const RawAddress& remote_bda, uint64_t timeout
  }
  if (btm_cb.rnr.remname_active) {
    return BTM_BUSY;
  } else {
  }

  /* If the database entry exists for the device, use its clock offset */
  tINQ_DB_ENT* p_i = btm_inq_db_find(remote_bda);
  if (p_i && (p_i->inq_info.results.inq_result_type & BT_DEVICE_TYPE_BREDR)) {
@@ -1894,7 +1895,6 @@ tBTM_STATUS btm_initiate_rem_name(const RawAddress& remote_bda, uint64_t timeout

  return BTM_CMD_STARTED;
}
}

/*******************************************************************************
 *