Table of Contents

Interface IBluetoothRemoteDescriptorFactory

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

Factory for creating platform-specific Bluetooth remote descriptors.

public interface IBluetoothRemoteDescriptorFactory

Remarks

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

Methods

Create(IBluetoothRemoteCharacteristic, BluetoothRemoteDescriptorFactorySpec)

Creates a platform-specific Bluetooth remote descriptor.

IBluetoothRemoteDescriptor Create(IBluetoothRemoteCharacteristic characteristic, IBluetoothRemoteDescriptorFactory.BluetoothRemoteDescriptorFactorySpec spec)

Parameters

characteristic IBluetoothRemoteCharacteristic
spec IBluetoothRemoteDescriptorFactory.BluetoothRemoteDescriptorFactorySpec

Returns

IBluetoothRemoteDescriptor