BluetoothScanForDevicesAsync Method

[Missing <summary> documentation for "M:InTheHand.Bluetooth.Bluetooth.ScanForDevicesAsync(InTheHand.Bluetooth.RequestDeviceOptions,System.Threading.CancellationToken)"]

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static Task<IReadOnlyCollection<BluetoothDevice>> ScanForDevicesAsync(
	RequestDeviceOptions options = null,
	CancellationToken cancellationToken = default
)

Parameters

options  RequestDeviceOptions  (Optional)

[Missing <param name="options"/> documentation for "M:InTheHand.Bluetooth.Bluetooth.ScanForDevicesAsync(InTheHand.Bluetooth.RequestDeviceOptions,System.Threading.CancellationToken)"]

cancellationToken  CancellationToken  (Optional)

[Missing <param name="cancellationToken"/> documentation for "M:InTheHand.Bluetooth.Bluetooth.ScanForDevicesAsync(InTheHand.Bluetooth.RequestDeviceOptions,System.Threading.CancellationToken)"]

Return Value

TaskIReadOnlyCollectionBluetoothDevice

[Missing <returns> documentation for "M:InTheHand.Bluetooth.Bluetooth.ScanForDevicesAsync(InTheHand.Bluetooth.RequestDeviceOptions,System.Threading.CancellationToken)"]

See Also