Table of Contents

Interface IBluetoothLocalServiceFactory

Namespace
Bluetooth.Abstractions.Broadcasting
Assembly
Bluetooth.Abstractions.Broadcasting.dll

Factory for creating platform-specific Bluetooth local services.

public interface IBluetoothLocalServiceFactory

Remarks

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

Methods

Create(IBluetoothBroadcaster, BluetoothLocalServiceSpec)

Creates a platform-specific Bluetooth local service.

IBluetoothLocalService Create(IBluetoothBroadcaster broadcaster, IBluetoothLocalServiceFactory.BluetoothLocalServiceSpec spec)

Parameters

broadcaster IBluetoothBroadcaster
spec IBluetoothLocalServiceFactory.BluetoothLocalServiceSpec

Returns

IBluetoothLocalService