Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GetNextAction API so that a caller that might want to implement a… (
project-chip#35462) * Add GetNextAction API so that a caller that might want to implement an event driven mechanism to drive the BDX transfer can get the next output event from the TransferSession on demand Currently we have the PollOutput API where the expectation is the caller needs to poll frequently for the next output event from the TransferSession which introduces a delay based on the poll interval in handling every single BDX message or transfer session event handled by the caller. * Update src/protocols/bdx/BdxTransferSession.h Co-authored-by: Boris Zbarsky <[email protected]> * Address review comments * Apply suggestions from code review Co-authored-by: Boris Zbarsky <[email protected]> * Restyled by clang-format --------- Co-authored-by: Boris Zbarsky <[email protected]> Co-authored-by: Restyled.io <[email protected]>
- Loading branch information