GattSession.FromDeviceIdAsync(BluetoothDeviceId) Method

Definition

Creates a new GattSession object from the specified deviceId.

public:
 static IAsyncOperation<GattSession ^> ^ FromDeviceIdAsync(BluetoothDeviceId ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<GattSession> FromDeviceIdAsync(BluetoothDeviceId const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<GattSession> FromDeviceIdAsync(BluetoothDeviceId deviceId);
function fromDeviceIdAsync(deviceId)
Public Shared Function FromDeviceIdAsync (deviceId As BluetoothDeviceId) As IAsyncOperation(Of GattSession)

Parameters

deviceId
BluetoothDeviceId

The deviceId.

Returns

An asynchronous operation that completes with a new GattSession object.

Attributes

Windows requirements

App capabilities
bluetooth

Applies to