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: controller: Data transmission delayed by slave latency #25350

Closed
cvinayak opened this issue May 15, 2020 · 0 comments · Fixed by #25341, #25338 or #25344
Closed

Bluetooth: controller: Data transmission delayed by slave latency #25350

cvinayak opened this issue May 15, 2020 · 0 comments · Fixed by #25341, #25338 or #25344
Labels
area: Bluetooth bug The issue is a bug, or the PR is fixing a bug
Milestone

Comments

@cvinayak
Copy link
Contributor

Describe the bug
Spurious typematic is visible when using the BLE nRF Desktop keyboard. It seems that data is stuck in the controller and not sent until the slave latency timeout is reached.

To Reproduce
Refer to: https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/fd9e8580ca322e32c25ec2d90ba0dd8638eb886a/applications/nrf_desktop

Using the keyboard exposes the typematic issue.

Expected behavior
No typematic be observed.

Impact
showstopper

Screenshots or console output
NA

Environment (please complete the following information):

  • OS: Linux
  • Toolchain: Zephyr SDK
  • Commit SHA or Version used: 4793768

Additional context
Fixes in #25341, #25344, #25338

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment