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

Commit b6f730b7 authored by liuchao's avatar liuchao Committed by android-build-merger
Browse files

Fix log record after return

am: 975b871d

Change-Id: I94f3d33e9a9e40e8395e2632db386ce0cda401c4
parents 677169c6 975b871d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -762,8 +762,8 @@ tBTM_STATUS BTM_StartInquiry(tBTM_INQ_PARMS* p_inqparms,
      btm_cb.ble_ctr_cb.inq_var.scan_type = BTM_BLE_SCAN_MODE_NONE;
      btm_send_hci_scan_enable(BTM_BLE_SCAN_DISABLE, BTM_BLE_DUPLICATE_ENABLE);
    } else {
      return (BTM_BUSY);
      BTM_TRACE_API("BTM_StartInquiry: return BUSY");
      return (BTM_BUSY);
    }
  } else
    p_inq->scan_type = INQ_GENERAL;