BluetoothRequestDeviceAsync Method

Performs a device lookup and prompts the user for permission if required.

Definition

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

Parameters

options  RequestDeviceOptions  (Optional)

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

Return Value

TaskBluetoothDevice
A BluetoothDevice or null if unsuccessful.

See Also