Skip to content
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: host: Fix local RPA not valid in connection complete #23228

Merged
merged 1 commit into from
Mar 10, 2020

Conversation

joerchan
Copy link
Contributor

@joerchan joerchan commented Mar 3, 2020

Fix connection complete event handling when the local RPA is not valid.
This can happen when the controller was not instructed to use an RPA
address, or the local IRK was set to an all zero IRK.

Fixes: #23222

Fix connection complete event handling when the local RPA is not valid.
This can happen when the controller was not instructed to use an RPA
address, or the local IRK was set to an all zero IRK.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
Copy link
Member

@carlescufi carlescufi left a comment

Choose a reason for hiding this comment

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

LGTM, thanks.

@jhedberg jhedberg added the bug The issue is a bug, or the PR is fixing a bug label Mar 3, 2020
@jhedberg jhedberg merged commit f19b7a6 into zephyrproject-rtos:master Mar 10, 2020
@joerchan joerchan deleted the fix-local-rpa branch March 10, 2020 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bluetooth: host: Unable to pair when privacy feature is disabled by application
4 participants