forked from nrfconnect/sdk-nrfxlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nrf_rpc: Two-way handshake initialization
Implement two-way handshake nRF RPC initialization: When an initialization packet with the unknown destination group ID is received, reply to that with an initialization packet with the right destination group ID. This makes it possible to re-establish the link even if either peer has rebooted, or has booted with a delay. Also, allow to configure infinite group init timeout. Signed-off-by: Damian Krolik <[email protected]>
- Loading branch information
1 parent
13cd978
commit bfcc03e
Showing
2 changed files
with
30 additions
and
18 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