-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
applications: nrf5340_audio: Use static address when privacy=n #21421
applications: nrf5340_audio: Use static address when privacy=n #21421
Conversation
alexsven
commented
Apr 4, 2025
- Add BT_LE_ADV_OPT_USE_IDENTITY when BT_PRIVACY=n
- This ensures a static address for debugging/testing purposes
- Removed old method of reading out FICR to set static addr manually
- OCT-3152
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 35946879058aad271e6a26bd8b5188e4e9462b91 more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)
Outputs:ToolchainVersion: 7cbc0036f4 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
b846209
to
d28e6a7
Compare
d28e6a7
to
14940e1
Compare
applications/nrf5340_audio/src/bluetooth/bt_management/advertising/bt_mgmt_adv.c
Show resolved
Hide resolved
14940e1
to
543befd
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.
Please remove the changelog entry. I have added it here in the release notes for 3.0.0: #21339
543befd
to
3594687
Compare
- Add BT_LE_ADV_OPT_USE_IDENTITY when BT_PRIVACY=n - This ensures a static address for debugging/testing purposes - Removed old method of reading out FICR to set static addr manually - OCT-3152 Signed-off-by: Alexander Svensen <alexander.svensen@nordicsemi.no>