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

Commit e8991b8b authored by Zach Johnson's avatar Zach Johnson
Browse files

state is already set to this value higher in this function

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: Ic7942d4a8fc2806497bc027ea3599d3fc961a44b
parent 37c2fbc3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -603,8 +603,6 @@ tBTM_STATUS BTM_StartInquiry(tBTM_INQ_RESULTS_CB* p_results_cb,
  const LAP* lap;
  tBTM_INQ_PARMS* p_inqparms = &p_inq->inqparms;

  p_inq->state = BTM_INQ_ACTIVE_STATE;

  btm_acl_update_inquiry_status(BTM_INQUIRY_STARTED);

  if (p_inq->inq_active & BTM_SSP_INQUIRY_ACTIVE) {