BluetoothDeviceAddress

data class BluetoothDeviceAddress(val address: String) : Parcelable

Represents the address of the remote Bluetooth device.

Parameters

address

Hardware address of the remote Bluetooth device.

Throws

when a blank address is provided.

Constructors

Link copied to clipboard
fun BluetoothDeviceAddress(address: String)

Properties

Link copied to clipboard
val address: String

Functions

Link copied to clipboard
open override fun toString(): String

address is masked when the BluetoothDeviceAddress is printed.

Inherited functions

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