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

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

Fix log record after return am: 975b871d

am: b6f730b7

Change-Id: Ie8d7933d8cb8a7a7bbcd4cc55db6c66c8592d7a8
parents 0e722453 b6f730b7
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;