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

Bluetooth: Fix BT_ATT_ENFORCE_FLOW #16612

Merged
merged 1 commit into from
Jun 5, 2019

Commits on Jun 4, 2019

  1. Bluetooth: Fix BT_ATT_ENFORCE_FLOW

    This moves the processing packets of upper layers from RX thread to the
    system workqueue so they have the same priority as the TX callbacks
    which has the added benefit of making any protocol on top of L2CAP to
    be executed using system wq stack.
    
    Signed-off-by: Luiz Augusto von Dentz <[email protected]>
    Vudentz committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    3086f81 View commit details
    Browse the repository at this point in the history