pub async fn send_scan_results_over_fidl(
    output_iterator: ServerEnd<ScanResultIteratorMarker>,
    scan_results: &[ScanResult]
) -> Result<(), Error>
Expand description

Send batches of results to the output iterator when getNext() is called on it. Send empty batch and close the channel when no results are remaining.