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

applications: Fixed writing the bridged device node label #15817

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

kkasperczyk-no
Copy link
Contributor

It is not possible to modify the bridged device node label e.g. using controller commands, despite the spec says this is R/W attribute.

Changed attribute type to writable and exteded implementation to allow handling write requests for it. Additionally added parsing the write requests with string type, as it turned out to not work properly.

It is not possible to modify the bridged device node label e.g.
using controller commands, despite the spec says this is R/W
attribute.

Changed attribute type to writable and exteded implementation
to allow handling write requests for it. Additionally added
parsing the write requests with string type, as it turned out
to not work properly.

Signed-off-by: Kamil Kasperczyk <[email protected]>
@kkasperczyk-no kkasperczyk-no added the bugfix Fixes a known bug label Jun 7, 2024
@kkasperczyk-no kkasperczyk-no added this to the 2.7.0 milestone Jun 7, 2024
@kkasperczyk-no kkasperczyk-no requested a review from a team as a code owner June 7, 2024 07:05
@github-actions github-actions bot added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Jun 7, 2024
@NordicBuilder
Copy link
Contributor

Test specification

CI/Jenkins/NRF

  • Integration Platforms

CI/Jenkins/integration

Test Module File based changes Manually selected West overwrite
test-fw-nrfconnect-chip X

Detailed information of selected test modules

Note: This message is automatically posted and updated by the CI

@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

@anangl anangl merged commit 8ca0382 into nrfconnect:main Jun 11, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fixes a known bug changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants