BluetoothAdapter.ActionDiscoveryFinished Field

Definition

Broadcast Action: The local Bluetooth adapter has finished the device discovery process.

[Android.Runtime.Register("ACTION_DISCOVERY_FINISHED")]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_SCAN")]
public const string ActionDiscoveryFinished;
[<Android.Runtime.Register("ACTION_DISCOVERY_FINISHED")>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_SCAN")>]
val mutable ActionDiscoveryFinished : string

Field Value

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothAdapter.ACTION_DISCOVERY_FINISHED.

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