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

Bluetooth: Deprecate adv auto-resume #73395

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 3, 2024

  1. Bluetooth: Deprecate adv auto-resume

    The host-based adv auto-resume function has both a problematic
    implementation and disagreement in the community around how it should
    behave. See the issue linked resolved below for details.
    
    This patch makes the deprecation visible to the user. The user will be
    better served by a auto-resume tailored their applications use case,
    based on more primitive host API like `conn_cb.recycled`, which has
    obvious behavior that is unlikely to change.
    
    Resolves: zephyrproject-rtos#72567
    
    Signed-off-by: Aleksander Wasaznik <[email protected]>
    alwa-nordic committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8c31990 View commit details
    Browse the repository at this point in the history