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

Commit c768f950 authored by Jack He's avatar Jack He Committed by Android (Google) Code Review
Browse files

Merge "[conflict] Merge "GD Scan: Update btm_cb.ble_ctr_cb when scan" into...

Merge "[conflict] Merge "GD Scan: Update btm_cb.ble_ctr_cb when scan" into tm-dev am: 3003b6e3 am: 40fcf61a am: 22d429e3" into tm-qpr-dev-plus-aosp
parents f4b64efe 6d3e56b5
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -148,8 +148,7 @@ void BleScannerInterfaceImpl::Unregister(int scanner_id) {


  /** Start or stop LE device scanning */
  /** Start or stop LE device scanning */
void BleScannerInterfaceImpl::Scan(bool start) {
void BleScannerInterfaceImpl::Scan(bool start) {
  LOG(INFO) << __func__ << " in shim layer "
  LOG(INFO) << __func__ << " in shim layer " <<  ((start) ? "started" : "stopped");
            << ((start) ? "started" : "stopped");
  bluetooth::shim::GetScanning()->Scan(start);
  bluetooth::shim::GetScanning()->Scan(start);
  BTM_LogHistory(
  BTM_LogHistory(
      kBtmLogTag, RawAddress::kEmpty,
      kBtmLogTag, RawAddress::kEmpty,