-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
[v3.7-branch] Bluetooth: Controller: nRF51x: Use BT_LL_SW_LLCP_LEGACY #83008
Draft
cvinayak
wants to merge
14
commits into
zephyrproject-rtos:v3.7-branch
Choose a base branch
from
cvinayak:github_llcp_legacy_v3_7_branch
base: v3.7-branch
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[v3.7-branch] Bluetooth: Controller: nRF51x: Use BT_LL_SW_LLCP_LEGACY #83008
cvinayak
wants to merge
14
commits into
zephyrproject-rtos:v3.7-branch
from
cvinayak:github_llcp_legacy_v3_7_branch
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 4215854. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
This reverts commit e6a3def. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
…ling" This reverts commit 729c3e3. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
This reverts commit f6172f3. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
This reverts commit 2ada005. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
This reverts commit a5e7ba3. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
This is a manual fix to have Peripheral CIS procedure in legacy LLCP. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
This is a manual fix to have legacy LLCP compiling Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
Update implementation to correctly use reference connection event count present in the Connection Parameter Request PDU and the connection event when the window offset is selected to perform the Connection Update. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
Fix the advanced scheduling implementation of win_offset_calc() function to consider both active central and active peripheral roles as occupied timespace when determining the free timespace available to fill the offsets in the connection parameter request PDU. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
Add implementation to find free connection offsets after a connection of same interval. This is re-group connection of same interval when Connection Parameter Request procedure is performed from different connection intervals. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
Add BabbleSim test to cover the automatic preferred peripheral connection parameter requests across multiple simultaneous connections. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
Use BT_LL_SW_LLCP_LEGACY for nRF51x SoCs. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
Enable Privacy Support, upto 2 bonds tested to have no issues when using a modified peripheral_accept_list. Relates to commit 93ca60b ("Bluetooth: controller: Require nRF52 for privacy"). Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use BT_LL_SW_LLCP_LEGACY for nRF51x SoCs.
Fixes #74345.