-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[server] Use test pairing without rendezvous bypass (#4723)
Since #4401 has been merged, the test pairing/secret is added to the session manager only if rendezvous is bypassed. However, we would like to keep the possibility to test nRF Connect examples with and without the full rendezvous procedure without the need to recompile a project with different settings. Add a setting CHIP_DEVICE_CONFIG_USE_TEST_PAIRING which allows to initialize the session manager with the test secret even if rendezvous bypass mode is not used.
- Loading branch information
1 parent
dee43f2
commit e861a51
Showing
4 changed files
with
27 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters