Skip to content

nimble/host: Enable address resolution if IRK is the same #2043

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

Closed
wants to merge 1 commit into from

Conversation

guy-m
Copy link
Contributor

@guy-m guy-m commented Jun 6, 2025

Address resolution should be enabled in case of setting same IRK.
It should not be assumed it is still enabled from last IRK set as host can disable it with command or send HCI reset to controller (for example with host stop/start) which disabled it.
Otherwise a central peer with RPA will fail to connect.

@github-actions github-actions bot added host size/XS Extra small PR labels Jun 6, 2025
Address resolution should be enabled in case of setting same IRK.
It should not be assumed it is still enabled from last IRK set as controller might have beed HCI reseted (for example with host stop/start).
Otherwise a central peer with RPA will fail to connect.
@guy-m guy-m force-pushed the guym/addr_res_enable_same_irk branch from 188024f to 57f2976 Compare June 6, 2025 17:42
@sjanc sjanc self-assigned this Jun 27, 2025
@sjanc
Copy link
Contributor

sjanc commented Jul 1, 2025

Hi,

Please check if #2068 fix this issue for you. After HCi reset, resolving list is cleared anyway and we should have setup all from start, while that didn't happen was due to missing cleanup on host stop (fixed in 2068)

@guy-m
Copy link
Contributor Author

guy-m commented Jul 1, 2025

Hi,
Yes. I checked and #2068 fixes the issue. We can discard this PR and close it.
Guy

@sjanc sjanc closed this Jul 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
host size/XS Extra small PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants