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

[EFR]Add the implementation for _ProvisionThreadNetwork for efr platforms #3735

Merged
merged 1 commit into from
Nov 10, 2020

Conversation

jmartinez-silabs
Copy link
Member

Problem

The BLE thread network provisionning fails with error CHIP_ERROR_NOT_IMPLEMENTED
The message is succesfully decoded in DecodeThreadAssociationRequest but the parsed network information is not applied because _ProvisionThreadNetwork isn't implementated for efr platforms.

Summary of Changes

Add the implementation of _ProvisionThreadNetwork for efr platforms
The function applies the thread network information provided and set the ThreadEnabled flag to true

The function applies the thread netowrk information provided and set the ThreadEnabled flag to true
@BroderickCarlin BroderickCarlin merged commit 122da92 into project-chip:master Nov 10, 2020
@jmartinez-silabs jmartinez-silabs deleted the efr_apps branch November 11, 2020 16:45
mspang pushed a commit to mspang/connectedhomeip that referenced this pull request Nov 24, 2020
…roject-chip#3735)

The function applies the thread netowrk information provided and set the ThreadEnabled flag to true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants