BluetoothDevice.AddressTypePublic Field

Definition

Caution

This constant will be removed in the future version. Use Android.Bluetooth.AddressType enum directly instead of this field.

Hardware MAC Address of the device

[Android.Runtime.Register("ADDRESS_TYPE_PUBLIC", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.AddressType enum directly instead of this field.", true)]
public const Android.Bluetooth.AddressType AddressTypePublic = 0;
[<Android.Runtime.Register("ADDRESS_TYPE_PUBLIC", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.AddressType enum directly instead of this field.", true)>]
val mutable AddressTypePublic : Android.Bluetooth.AddressType

Field Value

Value = 0

Implements

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothDevice.ADDRESS_TYPE_PUBLIC.

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