MdocTransportOptions

data class MdocTransportOptions(val bleUseL2CAP: Boolean = false, val bleUseL2CAPInEngagement: Boolean = false)

Options for using a MdocTransport.

Constructors

Link copied to clipboard
constructor(bleUseL2CAP: Boolean = false, bleUseL2CAPInEngagement: Boolean = false)

Properties

Link copied to clipboard
val bleUseL2CAP: Boolean = false

set to true to use BLE L2CAP if available, false otherwise

Link copied to clipboard

set to true to use BLE L2CAP from the engagement, false otherwise.