OobInfo

data class OobInfo(val staticOobSupported: Boolean = false, val outputOobActions: Set<OutputOobAction> = emptySet(), val outputOobSize: Int = 0, val inputOobActions: Set<InputOobAction> = emptySet(), val inputOobSize: Int = 0)

Device OOB capabilities from provisioning beacon.

Constructors

Link copied to clipboard
constructor(staticOobSupported: Boolean = false, outputOobActions: Set<OutputOobAction> = emptySet(), outputOobSize: Int = 0, inputOobActions: Set<InputOobAction> = emptySet(), inputOobSize: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard