BluetoothLEScanFilter Class

Defines an individual filter to apply when requested devices.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public sealed class BluetoothLEScanFilter
Inheritance
Object    BluetoothLEScanFilter

Constructors

BluetoothLEScanFilterInitializes a new instance of the BluetoothLEScanFilter class

Properties

Name If present requires a device to exactly match the supplied name.
NamePrefix If present requires a device name to start with the supplied prefix.
Services List of service UUIDs which a device must expose to match the filter.

Methods

Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ToString
(Inherited from Object)

See Also