Android.Bluetooth.BluetoothDevice.GetUuids Method
Returns the supported features (UUIDs) of the remote device.

Syntax

[Android.Runtime.Register("getUuids", "()[Landroid/os/ParcelUuid;", "")]
public Android.OS.ParcelUuid[] GetUuids ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the supported features (UUIDs) of the remote device.

This method does not start a service discovery procedure to retrieve the UUIDs from the remote device. Instead, the local cached copy of the service UUIDs are returned.

Use BluetoothDevice.FetchUuidsWithSdp if fresh UUIDs are desired.

Requires NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#BLUETOOTH.

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 15