Table of Contents

Interface IBluetoothLocalCharacteristicFactory

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

Factory for creating platform-specific Bluetooth local characteristics.

public interface IBluetoothLocalCharacteristicFactory

Remarks

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

Methods

Create(IBluetoothLocalService, BluetoothLocalCharacteristicSpec)

Creates a platform-specific Bluetooth local characteristic.

IBluetoothLocalCharacteristic Create(IBluetoothLocalService service, IBluetoothLocalCharacteristicFactory.BluetoothLocalCharacteristicSpec spec)

Parameters

service IBluetoothLocalService
spec IBluetoothLocalCharacteristicFactory.BluetoothLocalCharacteristicSpec

Returns

IBluetoothLocalCharacteristic