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 fromlist] Bluetooth: Tester: Use BT_L2CAP_SEG_RECV (experimental variant) #2223

Merged
merged 3 commits into from
Nov 8, 2024

Commits on Nov 7, 2024

  1. [nrf fromlist] Bluetooth: Host: L2CAP: Fix seg_recv call on SDU overflow

    This fix calling seg_recv() callback being called even though channel
    is being disconnected due to SDU overflow.
    
    Upstream PR #: 80911
    
    Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
    sjanc authored and laxiLang committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    374b160 View commit details
    Browse the repository at this point in the history
  2. [nrf fromlist] Bluetooth: Tester: Use BT_L2CAP_SEG_RECV for L2CAP tests

    This API gives better control on L2CAP COC credits and suits better
    for Upper Tester implementation.
    
    Upstream PR #: 80911
    
    Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
    sjanc authored and laxiLang committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    eb16b89 View commit details
    Browse the repository at this point in the history
  3. [nrf fromlist] Bluetooth: Tester: Increase config values to make test…

    …s pass
    
    Without this PTS tests do not pass. These values are copied from a
    commit aimed at unifying the prj.conf files in this directory. I do not
    know which of these are strictly necessary to make the tests pass.
    Copying them all poses no harm since the unification will be done later
    anyway.
    
    Upstream PR #: 80911
    
    Co-authored-by: Szymon Janc <szymon.janc@codecoup.pl>
    Signed-off-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>
    2 people authored and laxiLang committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4cb3c9f View commit details
    Browse the repository at this point in the history