Function devices::usb::backend::fido_backend::poll_thread::process_pending_transfer     
source ยท fn process_pending_transfer(
    transfer_handle_pair: &(FidoTransferHandle, Arc<Mutex<Option<FidoTransfer>>>),
) -> boolExpand description
Filter functions used to check for expired or canceled transfers. It is called over each USB transfer waiting in the pending queue. Returns true if the given transfer is still valid, otherwise false.