Table of Contents

Interface IBluetoothRemoteServiceFactory

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

Factory for creating platform-specific Bluetooth remote services.

public interface IBluetoothRemoteServiceFactory

Remarks

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

Methods

Create(IBluetoothRemoteDevice, BluetoothRemoteServiceFactorySpec)

Creates a platform-specific Bluetooth remote service.

IBluetoothRemoteService Create(IBluetoothRemoteDevice device, IBluetoothRemoteServiceFactory.BluetoothRemoteServiceFactorySpec spec)

Parameters

device IBluetoothRemoteDevice
spec IBluetoothRemoteServiceFactory.BluetoothRemoteServiceFactorySpec

Returns

IBluetoothRemoteService