-
Notifications
You must be signed in to change notification settings - Fork 1.4k
docs: Add changelog for bt_mesh_adv_unref fix #22306
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
docs: Add changelog for bt_mesh_adv_unref fix #22306
Conversation
After documentation is built, you will find the preview for this PR here. Preview links for modified nRF Connect SDK documents: |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 1c2eee68c4416a58787a9da55fb0eca59bd47f62 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
@nrfconnect/ncs-doc-release please review asap 🙏 |
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.
* Fixed an issue where ``bt_mesh_adv_unref()`` function could assert when messaging to a proxy node. | |
* Fixed an issue where the :c:func:`bt_mesh_adv_unref` function could assert when messaging to a proxy node. |
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.
It won't work as this is not a public API.
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.
But customers figured out that assertion happens in this function (dev zone case for the reference: https://devzone.nordicsemi.com/f/nordic-q-a/117593/assertion-fail-west_topdir-zephyr-subsys-bluetooth-mesh-adv-c). That is why I think it is important to write function name here.
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.
Okay, then leave it with double backticks, but add the.
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.
Added!
Adds a change log for bt_mesh_adv_unref fix. Signed-off-by: Pavel Vasilyev <[email protected]>
061f6d4
to
1c2eee6
Compare
After documentation is built, you will find the preview for this PR here. Preview links for modified nRF Connect SDK documents: |
This should be added to update docs for 2.9.2 PR: #22215 |
Thought of adding this to the 2.9.2 release notes after this PR is merged. But, it would be better to add it now, and close this PR. |
Then I close this PR and will post a comment in the mentioned PR instead. |
I have already added the entry here: https://github.com/nrfconnect/sdk-nrf/pull/22215/files#diff-1eafd60ac3cd99890a8bc27774117cae2f8372f2eaa58b0afb26bc3f7b3f3570R132. Please check. |
I see, thanks! Everything is done. |
Adds a change log for bt_mesh_adv_unref fix.
PR with the fix: #22221