-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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: Remove leftover HCI ECC command checks #84573
Conversation
f4aa2f7
to
92360f1
Compare
small nit-pick.... @jhedberg just update the commit message to add This helps me to backtrace in the commit logs. (FYI, updating the commit messages without any |
The code shouldn't be checking for HCI command support anymore, rather in the case of debug keys we can just start immediately using them. Fixes commit 09e86f3. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
92360f1
to
bb8c47a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested successfully with CONFIG_BT_USE_DEBUG_KEYS=y
on nRF5340DK in one of my work in progress PR #84496
The code shouldn't be checking for HCI command support anymore, rather in the case of debug keys we can just start immediately using them.