-
Notifications
You must be signed in to change notification settings - Fork 3k
Ble driver set random static address #12321
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
Ble driver set random static address #12321
Conversation
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
d7c6ffb
to
8282f89
Compare
8282f89
to
1970761
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. Have we tested it on an actual target, or is the CI able to cover this?
Co-Authored-By: Lingkai Dong <[email protected]>
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
This PR does not contain release version label after merging. |
I've fixed the version: Set to 6.0.0-alpha-2 |
Summary of changes
This PR adds the function
set_random_address
to theHCIDriver
class. It allows drivers writer to set the Random Static Address of the controller without using the deprecated API Gap:: setAddress .This PR supersede #12235 .
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers