BluetoothDevice.ExtraUuidLe Field

Definition

Contains the android.os.ParcelUuids of the remote device which is a parcelable version of UUID.

[Android.Runtime.Register("EXTRA_UUID_LE", ApiSince=36)]
public const string ExtraUuidLe;
[<Android.Runtime.Register("EXTRA_UUID_LE", ApiSince=36)>]
val mutable ExtraUuidLe : string

Field Value

Implements

Attributes

Remarks

Contains the android.os.ParcelUuids of the remote device which is a parcelable version of UUID. Only services discovered for the LE transport is included here.

An empty EXTRA_UUID_LE indicates the UUIDs are discovered, but zero UUIDs were found.

A null or absent EXTRA_UUID_LE indicates the system failed obtain the UUIDs.

Java documentation for android.bluetooth.BluetoothDevice.EXTRA_UUID_LE.

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