-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
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
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
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.
The text was updated successfully, but these errors were encountered: