Skip to content

Bluetooth: Mesh: Node doesn't respond to "All Proxies" address #19015

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

Closed
jhedberg opened this issue Sep 9, 2019 · 0 comments · Fixed by #19016
Closed

Bluetooth: Mesh: Node doesn't respond to "All Proxies" address #19015

jhedberg opened this issue Sep 9, 2019 · 0 comments · Fixed by #19016
Assignees
Labels
area: Bluetooth Mesh area: Bluetooth bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@jhedberg
Copy link
Member

jhedberg commented Sep 9, 2019

When Proxy support is enabled we're expected to respond to the "All Proxies" address. The helper function for this however has a "TODO" for this case.

@jhedberg jhedberg added bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug area: Bluetooth area: Bluetooth Mesh labels Sep 9, 2019
@jhedberg jhedberg self-assigned this Sep 9, 2019
jhedberg pushed a commit to jhedberg/zephyr that referenced this issue 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 zephyrproject-rtos#19015

Signed-off-by: Johan Hedberg <[email protected]>
jhedberg pushed a commit that referenced this issue 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]>
jhedberg pushed a commit to jhedberg/zephyr that referenced this issue 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 zephyrproject-rtos#19015

Signed-off-by: Johan Hedberg <[email protected]>
jhedberg pushed a commit to jhedberg/zephyr that referenced this issue 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 zephyrproject-rtos#19015

Signed-off-by: Johan Hedberg <[email protected]>
nashif pushed a commit that referenced this issue Sep 25, 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]>
nashif pushed a commit that referenced this issue Dec 19, 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Mesh area: Bluetooth bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant