-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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: Group resends in proxy nodes #23103
Bluetooth: Mesh: Group resends in proxy nodes #23103
Conversation
Resend transport segments for groups on the advertiser interface, even if a connected proxy node holds the group. Signed-off-by: Trond Einar Snekvik <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a bug fix, right? Do we want it for 2.2?
Yes. If there's time, I think it should go in. For 1.14 too, I think. |
Could you open an issue then which summarises the problem, and reference it from this PR - that's needed both for 1.14 as well as for 2.2 (since we're in the late stages of stabilisation). |
Resend transport segments for groups on the advertiser interface, even if a connected proxy node holds the group. this is port of zephyrproject-rtos/zephyr#23103
Resend transport segments for groups on the advertiser interface, even if a connected proxy node holds the group. this is port of zephyrproject-rtos/zephyr#23103
Resend transport segments for groups on the advertiser interface, even if a connected proxy node holds the group. this is port of zephyrproject-rtos/zephyr#23103
Resend transport segments for groups on the advertiser interface, even
if a connected proxy node holds the group.
Fixes #23121
Signed-off-by: Trond Einar Snekvik [email protected]