We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zephyr/subsys/bluetooth/mesh/cfg_srv.c
Line 53 in 1156412
4 + (elem->model_count * 2U) + (elem->vnd_model_count * 4U)) {
The text was updated successfully, but these errors were encountered:
CC @jhedberg
Sorry, something went wrong.
@ToJIka4 looks like you're right. Are you planning to submit a pull request?
@jhedberg Okay, I'll do it
Bluetooth: Mesh: typo in condition in comp_add_elem of cfg_srv
a43f423
Vendor model IDs take up four (not two) bytes in the composition Fixes zephyrproject-rtos#22822 Signed-off-by: Stephen Pliaskin <[email protected]>
84e381e
ToJIka4
No branches or pull requests
zephyr/subsys/bluetooth/mesh/cfg_srv.c
Line 53 in 1156412
i think there should be
4 + (elem->model_count * 2U) + (elem->vnd_model_count * 4U)) {
The text was updated successfully, but these errors were encountered: