Table of Contents

Interface IBluetoothConnectedDeviceFactory

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

Factory for creating platform-specific Bluetooth connected devices (when operating as broadcaster/server).

public interface IBluetoothConnectedDeviceFactory

Remarks

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

Methods

Create(IBluetoothBroadcaster, BluetoothConnectedDeviceSpec)

Creates a platform-specific Bluetooth connected device.

IBluetoothConnectedDevice Create(IBluetoothBroadcaster broadcaster, IBluetoothConnectedDeviceFactory.BluetoothConnectedDeviceSpec spec)

Parameters

broadcaster IBluetoothBroadcaster
spec IBluetoothConnectedDeviceFactory.BluetoothConnectedDeviceSpec

Returns

IBluetoothConnectedDevice