BluetoothBondState

enum BluetoothBondState : Enum<BluetoothConnectivityStatus.BluetoothBondState> , Parcelable

Entries

Link copied to clipboard

Indicates that the remote device is not paired.

Link copied to clipboard

Indicates that a pairing process is currently active.

Link copied to clipboard

Indicates that the remote device is paired.

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)