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

Implement processing of L2CAP Connection Parameter Update Requests. #21

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

Commits on Jul 2, 2021

  1. Implement processing of L2CAP Connection Parameter Update Requests.

    This checks that the request is valid, replies to the other side in any event (with an accept/reject) and, if accepted, also updates the connection parameters to HCI.
    Jon-Bright committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    b57157c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Add missing bounds check. The caller is checking for four bytes, the …

    …callee is checking for six bytes, but nobody was checking for 5 bytes :)
    Jon-Bright committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    2c2b16e View commit details
    Browse the repository at this point in the history