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

Increase BT SPP task priority #8859

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

SuGlider
Copy link
Collaborator

@SuGlider SuGlider commented Nov 9, 2023

Description of Change

SerialBT interface uses a task to send and receive data using Bluetooth SPP. When the application wants to reach maximum performance, specially when reading from one peripheral and writing the stream of bytes to the SPP interface, it fails and losses some data.

In order to improve it and make it run in the best performance possible, its task priority shall be the highest possible.

Tests scenarios

Using ESP32 - example provided in the issue #8808

Related links

Closes #8808

@SuGlider SuGlider added the Area: BT&Wifi BT & Wifi related issues label Nov 9, 2023
@SuGlider SuGlider added this to the 3.0.0 milestone Nov 9, 2023
@SuGlider SuGlider self-assigned this Nov 9, 2023
@me-no-dev me-no-dev merged commit 6cc3072 into espressif:master Nov 9, 2023
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: BT&Wifi BT & Wifi related issues
Projects
Development

Successfully merging this pull request may close these issues.

Bluetooth looses data at high speed
2 participants