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

Add and expose settings for SD find debounce as config options #716

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 5, 2024

  1. Add and expose settings for SD find debounce as config options

    In this change a configurable initial debounce
    interval for SD find as well as a configurable
    number of initial debounces are introduced. This
    implies that services requested in the initial
    debounce phase will at most wait for an initial
    debounce interval before being included in a SD
    find debounce. After the initial debounce phase is
    completed, all subsequent SD find debounces will
    use the default debounce interval.
    
    Added and exposed options:
    * find_initial_debounce_reps
    * find_initial_debounce_time
    
    Exposed option:
    * find_debounce_time
    Tommy Andersson authored and tommyhaley committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    bd0bfaf View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Simplify "Add and expose settings for SD find debounce as config opti…

    …ons"
    
    Changed find_initial_debounce_reps from uint32_t to uint8_t
    Simplified propsed logic change in service_discovery_impl
    
    This commit should be squashed into previous.
    tommyhaley committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fdf48d8 View commit details
    Browse the repository at this point in the history