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

Conversation

Vudentz
Copy link
Contributor

@Vudentz Vudentz commented Jun 4, 2019

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]

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 Vudentz added area: Bluetooth bug The issue is a bug, or the PR is fixing a bug labels Jun 4, 2019
@overheat
Copy link
Contributor

overheat commented Jun 4, 2019

Works for me.

@MariuszSkamra MariuszSkamra self-requested a review June 5, 2019 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants