BluetoothState

enum BluetoothState : Enum<BluetoothState> , Parcelable

Enum class representing the state of bluetooth.

Entries

Link copied to clipboard

Bluetooth is off.

Link copied to clipboard

Bluetooth is on.

Link copied to clipboard

Bluetooth is being turned off.

Link copied to clipboard

Bluetooth is being turned on.

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)