BluetoothDevice.BluetoothAddress.AddressType Property

Definition

Returns the address type of this BluetoothAddress, one of #ADDRESS_TYPE_PUBLIC, #ADDRESS_TYPE_RANDOM, or #ADDRESS_TYPE_UNKNOWN.

public int AddressType { [Android.Runtime.Register("getAddressType", "()I", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getAddressType", "()I", "", ApiSince=36)>]
member this.AddressType : int

Property Value

Bluetooth address type

Attributes

Remarks

Returns the address type of this BluetoothAddress, one of #ADDRESS_TYPE_PUBLIC, #ADDRESS_TYPE_RANDOM, or #ADDRESS_TYPE_UNKNOWN.

Java documentation for android.bluetooth.BluetoothDevice.BluetoothAddress.getAddressType().

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