-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[Backport v2.7-branch] Bluetooth: Host: Avoid processing "no change" encryption changes #74122
base: v2.7-branch
Are you sure you want to change the base?
Conversation
If the new encryption state is the same as the old one, there's no point in doing additional processing or callbacks. Simply log a warning and ignore the HCI event in such a case. Signed-off-by: Johan Hedberg <[email protected]> (cherry picked from commit bf363d7)
13519a6
to
8f2b8ba
Compare
I assume something is up with CI and I'll merge, since it has maintainer approval. Edit - I'm unable to merge to the LTS branch(?) |
@stephanosio, @nashif - I think the clang workflow has some issues possibly with the chosen GitHub runner. Can you take a look? |
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
Backport bf363d7 from #73945.
Fixes #74926