setUseTransportSpecificSessionTermination

fun setUseTransportSpecificSessionTermination(useTransportSpecificSessionTermination: Boolean)

Sets whether to use transport-specific session termination.

By default this is set to false.

As per ISO/IEC 18013-5 transport-specific session-termination is currently only supported for BLE. The .isTransportSpecificTerminationSupported method can be used to determine whether it's available for the current transport.

If .isTransportSpecificTerminationSupported indicates that this is not available for the current transport this is a noop.

Parameters

useTransportSpecificSessionTermination

Whether to use transport-specific session termination.