Skip to content

Bluetooth: Mesh: Fix matching for "All Proxies" group address #19016

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

Merged
merged 1 commit into from
Sep 9, 2019

Conversation

jhedberg
Copy link
Member

@jhedberg jhedberg commented Sep 9, 2019

The bt_mesh_fixed_group_match() function is intended to match the
various well-known group addresses, however it was never updated when
Proxy support was added.

Fixes #19015

Signed-off-by: Johan Hedberg [email protected]

The bt_mesh_fixed_group_match() function is intended to match the
various well-known group addresses, however it was never updated when
Proxy support was added.

Fixes zephyrproject-rtos#19015

Signed-off-by: Johan Hedberg <[email protected]>
@jhedberg jhedberg added bug The issue is a bug, or the PR is fixing a bug area: Bluetooth backport v1.14-branch Backport Backport PR and backport failure issues area: Bluetooth Mesh labels Sep 9, 2019
@jhedberg jhedberg merged commit c333e8e into zephyrproject-rtos:master Sep 9, 2019
@backporting
Copy link

backporting bot commented Sep 9, 2019

The backport to v1.14-branch failed:

Commits ["6dbf5252bb6b45789348a447de9c175285d69c2b"] could not be cherry-picked on top of v1.14-branch

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport v1.14-branch
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick 6dbf5252bb6b45789348a447de9c175285d69c2b
# Create a new branch with these backported commits.
git checkout -b backport-19016-to-v1.14-branch
# Push it to GitHub.
git push --set-upstream origin backport-19016-to-v1.14-branch
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backport

Then, create a pull request where the base branch is v1.14-branch and the compare/head branch is backport-19016-to-v1.14-branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Mesh area: Bluetooth Backport Backport PR and backport failure issues bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bluetooth: Mesh: Node doesn't respond to "All Proxies" address
2 participants