Android.Bluetooth.BluetoothDevice.ActionFound Field
Broadcast Action: Remote device discovered.

Syntax

[Android.Runtime.Register("ACTION_FOUND")]
public const string ActionFound

Remarks

Broadcast Action: Remote device discovered.

Sent when a remote device is found during discovery.

Always contains the extra fields BluetoothDevice.ExtraDevice and BluetoothDevice.ExtraClass. Can contain the extra fields BluetoothDevice.ExtraName and/or BluetoothDevice.ExtraRssi if they are available.

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 5