Skip to content
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 branch incorrect return value #40159

Closed
LingaoM opened this issue Nov 8, 2021 · 1 comment
Closed

Bluetooth Mesh branch incorrect return value #40159

LingaoM opened this issue Nov 8, 2021 · 1 comment
Assignees
Labels
area: Bluetooth Mesh bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug
Milestone

Comments

@LingaoM
Copy link
Collaborator

LingaoM commented Nov 8, 2021

if (client->filter_type == PROV) {
BT_ERR("Invalid PDU type for Proxy Client");
return -EINVAL;
}

Should be continue for this, inst of return interger.

@LingaoM LingaoM added the bug The issue is a bug, or the PR is fixing a bug label Nov 8, 2021
@carlescufi carlescufi changed the title Bluetooth Mesh 2.7 branch incorrect return value Bluetooth Mesh branch incorrect return value Nov 9, 2021
@carlescufi carlescufi added this to the v2.7.1 milestone Nov 9, 2021
@carlescufi carlescufi added the priority: medium Medium impact/importance bug label Nov 9, 2021
@LingaoM
Copy link
Collaborator Author

LingaoM commented Nov 10, 2021

Closed.

@LingaoM LingaoM closed this as completed Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Mesh bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug
Projects
None yet
Development

No branches or pull requests

2 participants