-
Notifications
You must be signed in to change notification settings - Fork 733
bluetooth: mesh: oob size errata #3523
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
Merged
Merged
+1,519
−123
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Nov 21, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3523 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
aaa614b to
860e428
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Nov 21, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3523 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Contributor
Author
|
I have to cherry-pick the top 3 not related mesh changes commits since they add and introduce changes in the release notes 4.4 file. Without them, the last mesh commit causes cherry-picking conflict that is prohibited to solve manually in such PRs (CI blocks it). |
…uide docs for 4.4 This introduces the release notes and migration guide for Zephyr 4.4.0 earlier so that people have a placeholder to start adding content as they line up pull requests for the 4.4 release. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org> (cherry picked from commit 2838fb8) Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
Note that read, write and control commands can be configured separately via devicetree now. Signed-off-by: Utsav Munendra <utsavm@meta.com> (cherry picked from commit 3b09b09) Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
Add alert notification service (ANS) to Bluetooth subsystem and accompanying sample. Signed-off-by: Sean Kyer <sean.actor@gmail.com> (cherry picked from commit 05634c3) Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
… notes Add Alert Notification Service (ANS) and enabling Kconfig to 4.4 release notes. Signed-off-by: Sean Kyer <sean.actor@gmail.com> (cherry picked from commit 830bc4f) Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
Commit improves oob size checking to catch wrong size as early as possible and prevents zero size. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no> (cherry picked from commit 666950e) Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
Commit set zero to not used part of authentication array to prevent garbage from the previous provisioning using. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no> (cherry picked from commit 760d190) Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
…size Commit moves SHA256 authentication size under SHA256 macro. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no> (cherry picked from commit 8b2e37f) Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
Commit removes legacy dependancy on Host crypto. Additionally, it adapts advertiser stack size if provisioner feature has been enabled (tested with mesh_shell and thread analyzer). Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no> (cherry picked from commit 6bf8409) Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
Commit updates maximum OOB authentication size from 8 bytes till 32 bytes according to specification errata ES-27446. Since previous OOB API does not allow to expose OOB values with such width the new API has been introduced. The previous API was deprecated and hidden under BT_MESH_PROV_OOB_API_LEGACY option and left for backward compatibility with existing code base. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no> (cherry picked from commit 613d228) Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
860e428 to
82807fa
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Nov 24, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3523 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
weeTike
approved these changes
Nov 24, 2025
akredalen
approved these changes
Nov 24, 2025
alxelax
pushed a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Nov 24, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3523 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
alxelax
pushed a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Nov 24, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3523 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
rlubos
pushed a commit
to nrfconnect/sdk-nrf
that referenced
this pull request
Nov 24, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3523 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.