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

nimble/host: Fix invalid memset in ble_gattc_read_mult_cb_var #1791

Merged
merged 2 commits into from
Jun 12, 2024

Commits on Jun 3, 2024

  1. nimble/host: Fix invalid memset in ble_gattc_read_mult_cb_var

    This commit applies correct value when using memset to fill attr
    array. Fixes GATT/CL/GAR/BI-13-C, GATT/CL/GAR/BI-36-C,
    GATT/CL/GAR/BI-38-C, GATT/CL/GAR/BI-42-C, GATT/CL/GAR/BI-44-C,
    GATT/CL/GAR/BV-05-C
    piotrnarajowski committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f5ea99f View commit details
    Browse the repository at this point in the history
  2. nimble/bttester: Add early exit in read_var_cb

    This commit applies early exit if status != 0.
    piotrnarajowski committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a23e5c8 View commit details
    Browse the repository at this point in the history