-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Bluetooth: Host: Add Shorter Connection Intervals #98901
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
I don't have any more blockers, but I'm also vary of approving this change before getting input from Johan
|
@jhedberg, I see SonarCloud cancelled a check without a reason. I don't see a way to re-run. I'm guessing it's a infrastructure error on their side. Will we be able to merge anyway? |
Thalley
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No blockers from me, and if we found anything to follow up on, we have plenty of time before the next release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 20 out of 20 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
1d1f062
This commit adds support for the Shorter Connection Intervals feature to the Bluetooth host. Signed-off-by: Timothy Keys <timothy.keys@nordicsemi.no>
Since Shorter Connection Intervals changes the unit that connection intervals can be represented in. It is necessary to change how they are stored and represented. This commit deprecates interval in favour of interval_us. Remove use of interval in internal bt_conn struct since it is no longer needed. Signed-off-by: Timothy Keys <timothy.keys@nordicsemi.no>
This adds support for Shorter Connection Interval commands in the bt shell. Signed-off-by: Timothy Keys <timothy.keys@nordicsemi.no>
|



bluetooth: host: Add Shorter Connection Intervals support
This commit adds support for the Shorter Connection Intervals feature to
the Bluetooth host.
bluetooth: host: Add compatibility functions for conn interval with SCI
Since Shorter Connection Intervals changes the unit that connection
intervals can be represented in. It is therefore necessary to change how
they are stored and represented.
bluetooth: host: shell: Add SCI shell commands
This adds support for Shorter Connection Interval commands in the bt
shell.