Table of Contents

Interface IBluetoothRemoteDeviceFactory

Namespace
Bluetooth.Abstractions.Scanning
Assembly
Bluetooth.Abstractions.Scanning.dll

Factory for creating platform-specific Bluetooth remote devices.

public interface IBluetoothRemoteDeviceFactory

Remarks

TODO: This is a stub interface. Full factory infrastructure implementation pending.

Methods

Create(IBluetoothScanner, BluetoothRemoteDeviceFactorySpec)

Creates a platform-specific Bluetooth remote device.

IBluetoothRemoteDevice Create(IBluetoothScanner scanner, IBluetoothRemoteDeviceFactory.BluetoothRemoteDeviceFactorySpec spec)

Parameters

scanner IBluetoothScanner
spec IBluetoothRemoteDeviceFactory.BluetoothRemoteDeviceFactorySpec

Returns

IBluetoothRemoteDevice