-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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: nRF51x: Use BT_LL_SW_LLCP_LEGACY #75197
base: main
Are you sure you want to change the base?
Conversation
2473abe
to
7456529
Compare
Seems I'm still getting weird issues with this, e.g.:
which is: |
Seemingly haven't been able to replicate that issue again, does seem to be working, thanks @cvinayak ! |
I will rebase after Zephyr v3.7.0 release, and tag it in my github fork. If anyone wants to use it for there old nrf51 SoC boards, they can maintain it as required. |
d2ea47e
to
0465200
Compare
0465200
to
c15a94c
Compare
c15a94c
to
baf2ff5
Compare
This reverts commit 4215854. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This reverts commit e6a3def. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
…ling" This reverts commit 729c3e3. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This reverts commit f6172f3. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
4c9dafe
to
a7f2fff
Compare
Tagged before rebase to latest upstream (not v3.7.0, but later though): https://github.com/cvinayak/zephyr/releases/tag/bt_ctlr_llcp_legacy_202407 |
This reverts commit 2ada005. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This reverts commit a5e7ba3. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This is a manual fix to have Peripheral CIS procedure in legacy LLCP. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This is a manual fix to have legacy LLCP compiling Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
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 <vich@nordicsemi.no>
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 <vich@nordicsemi.no>
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 <vich@nordicsemi.no>
Add BabbleSim test to cover the automatic preferred peripheral connection parameter requests across multiple simultaneous connections. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
Use BT_LL_SW_LLCP_LEGACY for nRF51x SoCs. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
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 <vich@nordicsemi.no>
a7f2fff
to
664c6ec
Compare
Related to #74345.