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

[OpenThread] Increase SRP service count #19900

Merged
merged 1 commit into from
Jun 24, 2022

Commits on Jun 24, 2022

  1. [OpenThread] Increase SRP service count

    We assumed that MAX_FABRICS + 1 slots for SRP services is
    enough, but to pass Pre-SVE tests it must be possible to
    open the commissioning window after having been commissioned
    to MAX_FABRICS fabrics, and the commissionable instance name
    changes on opening the window.
    
    Therefore, if the extended discovery is enabled, two slots
    for the commissionable services are needed for a short time:
    the old service to be removed and the new service to be
    added.
    
    Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
    Damian-Nordic committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    ce16220 View commit details
    Browse the repository at this point in the history