Currently, the org.eclipse.keyple.core.plugin.spi.reader.ReaderSpi interface allows APDU commands to be transmitted uniquely one-by-one to a local reader.
For a reader solution based on a communication interface with high latency (e.g. Bluetooth), this limitation could have a significant impact on transaction performance.
→ enable transmission of APDU commands group
in this case, it might be necessary to add a bit of intelligence to the plugin's processing: for example, in the case of an unexpected status on an APDU response, interrupt transmission of the remaining APDU commands