Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nrf fromtree] Samples: Bluetooth: Fix PAwR sample failed to set subevent data #1589

Merged
merged 2 commits into from
Apr 2, 2024

Commits on Mar 31, 2024

  1. [nrf fromtree] Bluetooth: Host: Add macros for contiuous scanner

    It is often desired to maximize the chances of receiving advertising
    when scanning. To achieve this, the scanner should be enabled all the time.
    
    Some controller implementations (like Nordic's SoftDevice Controller)
    handle scheduling differently when scan_window = scan_interval.
    Having a macro that defines this scanning configuration simplifies
    writing applications.
    
    Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
    (cherry picked from commit 7c2f26b)
    rugeGerritsen authored and ryanjh committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    794befc View commit details
    Browse the repository at this point in the history
  2. [nrf fromtree] Samples: Bluetooth: Fix PAwR sample failed to set sube…

    …vent data
    
    Be respectful of PAwR subevents while scheduling scan activities.
    The radio will be swtiched from scan to PAwR when it is closed to
    the next subevent interval.
    
    Signed-off-by: Ryan Chu <ryan.chu@nordicsemi.no>
    (cherry picked from commit 2759a35)
    ryanjh committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    2d14cee View commit details
    Browse the repository at this point in the history