Android.Bluetooth.BluetoothDevice.FetchUuidsWithSdp Method
Perform a service discovery on the remote device to get the UUIDs supported.

Syntax

[Android.Runtime.Register("fetchUuidsWithSdp", "()Z", "")]
public bool FetchUuidsWithSdp ()

Returns

Documentation for this section has not yet been entered.

Remarks

Perform a service discovery on the remote device to get the UUIDs supported.

This API is asynchronous and BluetoothDevice.ActionUuid intent is sent, with the UUIDs supported by the remote end. If there is an error in getting the SDP records or if the process takes a long time, BluetoothDevice.ActionUuid intent is sent with the UUIDs that is currently present in the cache. Clients should use the BluetoothDevice.GetUuids to get UUIDs if service discovery is not to be performed.

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