Android.Bluetooth.BluetoothDevice.ActionUuid Field
Broadcast Action: This intent is used to broadcast the Java.Util.UUID wrapped as a Android.OS.ParcelUuid of the remote device after it has been fetched.

Syntax

[Android.Runtime.Register("ACTION_UUID")]
public const string ActionUuid

Remarks

Broadcast Action: This intent is used to broadcast the Java.Util.UUID wrapped as a Android.OS.ParcelUuid of the remote device after it has been fetched. This intent is sent only when the UUIDs of the remote device are requested to be fetched using Service Discovery Protocol

Always contains the extra field BluetoothDevice.ExtraDevice

Always contains the extra field BluetoothDevice.ExtraUuid

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

[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