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: Add asynchronous API to Private Beacon Client #56426

Merged
merged 2 commits into from
Apr 4, 2023

Conversation

PavelVPV
Copy link
Collaborator

Add asynchronous API to Private Beacon Client.

Replace duplicate code in Private Beacon client with
bt_mesh_msg_ackd_send API.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
Add asynchronous API to Private Beacon Client.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
@carlescufi carlescufi merged commit 62191ba into zephyrproject-rtos:main Apr 4, 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
(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.

None yet

4 participants