Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

[nrf noup] zephyr: Fix possible race when getting scan results #138

Merged
merged 1 commit into from
Dec 6, 2023

Commits on Dec 4, 2023

  1. [nrf noup] zephyr: Fix possible race when getting scan results

    The zephyr driver sets the scan_res2_get_in_prog flag to true
    after starting to get the results. This can cause possible
    race as the results might be done before the dev_ops->get_scan_results2()
    returns. This could lead to timeout in the following while loop.
    
    Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
    jukkar committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8fd6600 View commit details
    Browse the repository at this point in the history