mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Clean up after RTT operations finished. (1/2)" into oc-dev
am: 1c6cb69c37
Change-Id: I9aa375f1950c6749e9c855a9edb50d6314249c07
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user