-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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: Mesh: Remove experimental tag #64866
Merged
carlescufi
merged 1 commit into
zephyrproject-rtos:main
from
Balaklaka:develop/remove_mesh11_experimental
Nov 7, 2023
Merged
Bluetooth: Mesh: Remove experimental tag #64866
carlescufi
merged 1 commit into
zephyrproject-rtos:main
from
Balaklaka:develop/remove_mesh11_experimental
Nov 7, 2023
Conversation
This file contains 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
Balaklaka
requested review from
jhedberg,
PavelVPV,
Vudentz and
LingaoM
as code owners
November 6, 2023 15:10
ludvigsj
suggested changes
Nov 6, 2023
subsys/bluetooth/mesh/Kconfig
Outdated
@@ -1049,8 +1049,7 @@ config BT_MESH_FRIEND_ADV_LATENCY | |||
endif # BT_MESH_FRIEND | |||
|
|||
menuconfig BT_MESH_V1d1 | |||
bool "Bluetooth mesh v1.1 support [EXPERIMENTAL]" | |||
select EXPERIMENTAL | |||
bool "Bluetooth mesh v1.1 support" | |||
help | |||
This option enables Bluetooth mesh v1.1 support. Bluetooth mesh v1.1 | |||
is backward compatible with v1.0.1. The stack cannot be qualified |
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 `The stack cannot be qualified ..." part while you're at it.
Remove experimental tag for Mesh Protocol v1.1, Mesh Model v1.1, Mesh DFU v1.0 and Mesh BLOB v1.0 features. Signed-off-by: Ingar Kulbrandstad <ingar.kulbrandstad@nordicsemi.no>
Balaklaka
force-pushed
the
develop/remove_mesh11_experimental
branch
from
November 6, 2023 15:58
030e74e
to
3a90e95
Compare
alxelax
approved these changes
Nov 6, 2023
ludvigsj
approved these changes
Nov 6, 2023
akredalen
approved these changes
Nov 7, 2023
carlescufi
approved these changes
Nov 7, 2023
PavelVPV
added a commit
to PavelVPV/zephyr
that referenced
this pull request
Nov 17, 2023
The Private Beacon Client API requires a response argument to allow to call the API in the asynchronous manner. Beacuse the removal of the EXPERIMENTAL tag for this API was not released yet, it should be OK to change this API. The EXPERIMENTAL tag has been removed here: zephyrproject-rtos#64866 Coverity-CID: 330039 Coverity-CID: 330029 Coverity-CID: 329977 Fixes zephyrproject-rtos#65336 Fixes zephyrproject-rtos#65338 Fixes zephyrproject-rtos#65354 Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
PavelVPV
added a commit
to PavelVPV/zephyr
that referenced
this pull request
Nov 17, 2023
The Private Beacon Client API requires a response argument to allow to call the API in the asynchronous manner. Beacuse the removal of the EXPERIMENTAL tag for this API was not released yet, it should be OK to change this API. The EXPERIMENTAL tag has been removed here: zephyrproject-rtos#64866 Coverity-CID: 330039 Coverity-CID: 330029 Coverity-CID: 329977 Fixes zephyrproject-rtos#65336 Fixes zephyrproject-rtos#65338 Fixes zephyrproject-rtos#65354 Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
PavelVPV
added a commit
to PavelVPV/zephyr
that referenced
this pull request
Nov 17, 2023
The Private Beacon Client API requires a response argument to allow to call the API in the asynchronous manner. Beacuse the removal of the EXPERIMENTAL tag for this API was not released yet, it should be OK to change this API. The EXPERIMENTAL tag has been removed here: zephyrproject-rtos#64866 Coverity-CID: 330039 Coverity-CID: 330029 Coverity-CID: 329977 Fixes zephyrproject-rtos#65336 Fixes zephyrproject-rtos#65338 Fixes zephyrproject-rtos#65354 Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
PavelVPV
added a commit
to PavelVPV/zephyr
that referenced
this pull request
Nov 17, 2023
The Private Beacon Client API requires a response argument to allow to call the API in the asynchronous manner. Because the removal of the EXPERIMENTAL tag for this API was not released yet, it should be OK to change this API. The EXPERIMENTAL tag has been removed here: zephyrproject-rtos#64866 Coverity-CID: 330039 Coverity-CID: 330029 Coverity-CID: 329977 Fixes zephyrproject-rtos#65336 Fixes zephyrproject-rtos#65338 Fixes zephyrproject-rtos#65354 Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
PavelVPV
added a commit
to PavelVPV/zephyr
that referenced
this pull request
Nov 17, 2023
The Private Beacon Client API requires a response argument to allow to call the API in the asynchronous manner (zephyrproject-rtos#56426). Because the removal of the EXPERIMENTAL tag for this API was not released yet, it should be OK to change this API. The EXPERIMENTAL tag has been removed here: zephyrproject-rtos#64866 Coverity-CID: 330039 Coverity-CID: 330029 Coverity-CID: 329977 Fixes zephyrproject-rtos#65336 Fixes zephyrproject-rtos#65338 Fixes zephyrproject-rtos#65354 Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
carlescufi
pushed a commit
that referenced
this pull request
Nov 20, 2023
The Private Beacon Client API requires a response argument to allow to call the API in the asynchronous manner (#56426). Because the removal of the EXPERIMENTAL tag for this API was not released yet, it should be OK to change this API. The EXPERIMENTAL tag has been removed here: #64866 Coverity-CID: 330039 Coverity-CID: 330029 Coverity-CID: 329977 Fixes #65336 Fixes #65338 Fixes #65354 Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
coreboot-org-bot
pushed a commit
to coreboot/zephyr-cros
that referenced
this pull request
Nov 20, 2023
The Private Beacon Client API requires a response argument to allow to call the API in the asynchronous manner (zephyrproject-rtos/zephyr#56426). Because the removal of the EXPERIMENTAL tag for this API was not released yet, it should be OK to change this API. The EXPERIMENTAL tag has been removed here: zephyrproject-rtos/zephyr#64866 Fixes #65336 Fixes #65338 Fixes #65354 (cherry picked from commit 3bc17d1) Original-Coverity-CID: 330039 Original-Coverity-CID: 330029 Original-Coverity-CID: 329977 Original-Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no> GitOrigin-RevId: 3bc17d1 Change-Id: I71d71c88325942d00f6c2fd320e1307d84e1f927 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5044026 Commit-Queue: Tristan Honscheid <honscheid@google.com> Tested-by: Tristan Honscheid <honscheid@google.com> Reviewed-by: Tristan Honscheid <honscheid@google.com> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
yunheQin
pushed a commit
to yunheQin/zephyr
that referenced
this pull request
Dec 6, 2023
The Private Beacon Client API requires a response argument to allow to call the API in the asynchronous manner (zephyrproject-rtos#56426). Because the removal of the EXPERIMENTAL tag for this API was not released yet, it should be OK to change this API. The EXPERIMENTAL tag has been removed here: zephyrproject-rtos#64866 Coverity-CID: 330039 Coverity-CID: 330029 Coverity-CID: 329977 Fixes zephyrproject-rtos#65336 Fixes zephyrproject-rtos#65338 Fixes zephyrproject-rtos#65354 Signed-off-by: Pavel Vasilyev <pavel.vasilyev@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.
Remove experimental tag for Mesh Protocol v1.1, Mesh Model v1.1,
Mesh DFU v1.0 and Mesh BLOB v1.0 features.