-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The NOWAIT group type does not block nrf_rpc_init until binding completion. The user can define regular and NOINIT groups simultaneously, but nrf_rpc_init will only wait for regular groups to complete the binding. The NOINIT group can be assigned a callback, which notifies that the group binding has been completed. If a remote peer resets and binds again, the callback will be executed again. When `initiator` flag is set, the nrf_rpc will initiate group binding when nrf_rpc_init is called. There must be at least one initiator on either side of the IPC channel. Both peers can be the initiator at the same time. Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
- Loading branch information
Showing
2 changed files
with
149 additions
and
35 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