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

Commit 1c6cb69c authored by Wei Wang's avatar Wei Wang Committed by Android (Google) Code Review
Browse files

Merge "Clean up after RTT operations finished. (1/2)" into oc-dev

parents 8de7a17b 8c50b5a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -164,6 +164,7 @@ void onAsyncRttResults(wifi_request_id id,
  const auto lock = hidl_sync_util::acquireGlobalLock();
  if (on_rtt_results_internal_callback) {
    on_rtt_results_internal_callback(id, num_results, rtt_results);
    on_rtt_results_internal_callback = nullptr;
  }
}