[Missing <summary> documentation for "M:InTheHand.Bluetooth.Bluetooth.RequestLEScanAsync(InTheHand.Bluetooth.BluetoothLEScanOptions)"]
public static Task<BluetoothLEScan> RequestLEScanAsync(
BluetoothLEScanOptions options = null
)
Public Shared Function RequestLEScanAsync (
Optional options As BluetoothLEScanOptions = Nothing
) As Task(Of BluetoothLEScan)
public:
static Task<BluetoothLEScan^>^ RequestLEScanAsync(
BluetoothLEScanOptions^ options = nullptr
)
static member RequestLEScanAsync :
?options : BluetoothLEScanOptions
(* Defaults:
let _options = defaultArg options null
*)
-> Task<BluetoothLEScan>
[Missing <param name="options"/> documentation for "M:InTheHand.Bluetooth.Bluetooth.RequestLEScanAsync(InTheHand.Bluetooth.BluetoothLEScanOptions)"]
[Missing <returns> documentation for "M:InTheHand.Bluetooth.Bluetooth.RequestLEScanAsync(InTheHand.Bluetooth.BluetoothLEScanOptions)"]