BluetoothAdapter.BluetoothLeScanner Property

Definition

Returns a BluetoothLeScanner object for Bluetooth LE scan operations.

public Android.Bluetooth.LE.BluetoothLeScanner? BluetoothLeScanner { [Android.Runtime.Register("getBluetoothLeScanner", "()Landroid/bluetooth/le/BluetoothLeScanner;", "")] get; }
[<get: Android.Runtime.Register("getBluetoothLeScanner", "()Landroid/bluetooth/le/BluetoothLeScanner;", "")>]
member this.BluetoothLeScanner : Android.Bluetooth.LE.BluetoothLeScanner

Property Value

Attributes

Remarks

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

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