Skip to content

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 requested a review from me-no-dev November 9, 2023 14:14
@SuGlider SuGlider self-assigned this Nov 9, 2023
@SuGlider SuGlider requested a review from P-R-O-C-H-Y November 9, 2023 14:15
@me-no-dev me-no-dev merged commit 6cc3072 into espressif:master Nov 9, 2023
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