PairingVariant

enum PairingVariant : Enum<BluetoothPairingDetails.PairingVariant> , Parcelable

Represents the pairing variant which is used when accepting a pairing request.

Entries

Link copied to clipboard

The user will be prompted to confirm the passkey displayed on the screen or an app will confirm the passkey for the user.

Link copied to clipboard

Other variant that is currently not supported.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)