Skip to content

[Backport v4.3-branch] Bluetooth: Controller: nrf54lx: Fix address resolution wait#103075

Open
github-actions[bot] wants to merge 1 commit intov4.3-branchfrom
backport-100214-to-v4.3-branch
Open

[Backport v4.3-branch] Bluetooth: Controller: nrf54lx: Fix address resolution wait#103075
github-actions[bot] wants to merge 1 commit intov4.3-branchfrom
backport-100214-to-v4.3-branch

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jan 28, 2026

Backport bd77884 from #100214.

Fixes #100101

@github-actions github-actions bot added the Backport Backport PR and backport failure issues label Jan 28, 2026
@github-project-automation github-project-automation bot moved this to To do in Backports Jan 28, 2026
* For all other platforms, interrupt on END is enabled by the caller of this
* function, we will be woken up when the EVENTS_END occurs.
*/
if (!IS_ENABLED(CONFIG_SOC_SERIES_NRF54L)) {
Copy link

@igiona igiona Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On my v4.3 (tag) based FW, this has to be:

Suggested change
if (!IS_ENABLED(CONFIG_SOC_SERIES_NRF54L)) {
if (!IS_ENABLED(CONFIG_SOC_SERIES_NRF54LX)) {

Not sure if the backport branch already has other patches that do change this k-config name?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, this PR got out of my radar... will fix the issue and push to this branch...

@cfriedt cfriedt moved this from To do to Needs more info in Backports Feb 11, 2026
@github-project-automation github-project-automation bot moved this from Needs more info to Done in Backports Feb 12, 2026
@github-project-automation github-project-automation bot moved this from Done to Needs more info in Backports Feb 12, 2026
@henrikbrixandersen
Copy link
Member

Retriggered CI.

Fix address resolution wait to not be infinite loop and
instead exit with a reasonable count down value.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
(cherry picked from commit bd77884)
@cvinayak cvinayak force-pushed the backport-100214-to-v4.3-branch branch from c9fb21c to 3578960 Compare March 1, 2026 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Bluetooth Controller area: Bluetooth Backport Backport PR and backport failure issues

4 participants