Skip to content
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

Conversation

Balaklaka
Copy link
Collaborator

Remove experimental tag for Mesh Protocol v1.1, Mesh Model v1.1,
Mesh DFU v1.0 and Mesh BLOB v1.0 features.

@@ -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
Copy link
Collaborator

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 Balaklaka force-pushed the develop/remove_mesh11_experimental branch from 030e74e to 3a90e95 Compare November 6, 2023 15:58
@carlescufi carlescufi merged commit e1a5605 into zephyrproject-rtos:main Nov 7, 2023
21 checks passed
@Balaklaka Balaklaka deleted the develop/remove_mesh11_experimental branch November 7, 2023 16:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants