BluetoothAdapter.Address Property

Definition

Returns the hardware address of the local Bluetooth adapter.

public string? Address { [Android.Runtime.Register("getAddress", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getAddress", "()Ljava/lang/String;", "")>]
member this.Address : string

Property Value

Bluetooth hardware address as string

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothAdapter.getAddress().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to