Table of Contents

Interface IBluetoothLocalDescriptorFactory

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

Factory for creating platform-specific Bluetooth local descriptors.

public interface IBluetoothLocalDescriptorFactory

Remarks

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

Methods

Create(IBluetoothLocalCharacteristic, BluetoothLocalDescriptorSpec)

Creates a platform-specific Bluetooth local descriptor.

IBluetoothLocalDescriptor Create(IBluetoothLocalCharacteristic characteristic, IBluetoothLocalDescriptorFactory.BluetoothLocalDescriptorSpec spec)

Parameters

characteristic IBluetoothLocalCharacteristic
spec IBluetoothLocalDescriptorFactory.BluetoothLocalDescriptorSpec

Returns

IBluetoothLocalDescriptor