BluetoothRequestLEScanAsync Method

[Missing <summary> documentation for "M:InTheHand.Bluetooth.Bluetooth.RequestLEScanAsync(InTheHand.Bluetooth.BluetoothLEScanOptions)"]

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static Task<BluetoothLEScan> RequestLEScanAsync(
	BluetoothLEScanOptions options = null
)

Parameters

options  BluetoothLEScanOptions  (Optional)

[Missing <param name="options"/> documentation for "M:InTheHand.Bluetooth.Bluetooth.RequestLEScanAsync(InTheHand.Bluetooth.BluetoothLEScanOptions)"]

Return Value

TaskBluetoothLEScan

[Missing <returns> documentation for "M:InTheHand.Bluetooth.Bluetooth.RequestLEScanAsync(InTheHand.Bluetooth.BluetoothLEScanOptions)"]

See Also