project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.39k stars 1.98k forks source link

Use AsyncTransferFacilitator to allow event driven BDX transfer for diagnostic logs transfer #30007

Open nivi-apple opened 11 months ago

nivi-apple commented 11 months ago

Right now BDX uses a polling based mechanism and uses the TransferFacilitator. We need to use the AsyncTransferFacilitator for diagnostic logs transfer once PR (#29364) is merged

nivi-apple commented 10 months ago

This will also enable multiple downloads at a time.