-
Notifications
You must be signed in to change notification settings - Fork 8.3k
[Backport v4.0-branch] Bluetooth: Controller: Fix connection update interval_us variables #87233
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
Conversation
Fix connection update microsecond interval variable data type, to use 32-bit so that a value upto 2000 seconds, i.e. 4 seconds interval and 499 peripheral latency can be stored. Regression in commit abfe5f1 ("Bluetooth: Controller: 1 ms connection"). Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 0a4480c)
|
@kartben anyway you can retrigger the failed |
|
|
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
|



Backport 0a4480c from #87066.
Fixes #89645.