BluetoothAdapter.ScanMode Property

Definition

Get the current Bluetooth scan mode of the local Bluetooth adapter.

public Android.Bluetooth.ScanMode ScanMode { [Android.Runtime.Register("getScanMode", "()I", "")] [Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_SCAN")] get; }
[<get: Android.Runtime.Register("getScanMode", "()I", "")>]
[<get: Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_SCAN")>]
member this.ScanMode : Android.Bluetooth.ScanMode

Property Value

scan mode

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothAdapter.getScanMode().

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