BluetoothAdapter.ActionRequestDiscoverable Field

Definition

Activity Action: Show a system activity that requests discoverable mode.

[Android.Runtime.Register("ACTION_REQUEST_DISCOVERABLE")]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_ADVERTISE")]
public const string ActionRequestDiscoverable;
[<Android.Runtime.Register("ACTION_REQUEST_DISCOVERABLE")>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_ADVERTISE")>]
val mutable ActionRequestDiscoverable : string

Field Value

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE.

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