Table of Contents

Class BluetoothLEAdvertisementFilter

Namespace
nanoFramework.Device.Bluetooth.Advertisement
Assembly
nanoFramework.Device.Bluetooth.dll

Groups parameters used to configure payload-based filtering of received Bluetooth LE advertisements.

public class BluetoothLEAdvertisementFilter
Inheritance
BluetoothLEAdvertisementFilter
Inherited Members
Extension Methods

Constructors

BluetoothLEAdvertisementFilter()

Creates a new BluetoothLEAdvertisementFilter object.

public BluetoothLEAdvertisementFilter()

Properties

Advertisement

A BluetoothLEAdvertisement object that can be applied as filters to received Bluetooth LE advertisements.

public BluetoothLEAdvertisement Advertisement { get; set; }

Property Value

BluetoothLEAdvertisement

BytePatterns

Gets a arrayList of byte patterns with offsets to match advertisement sections in a received Bluetooth LE advertisement.

public ArrayList BytePatterns { get; }

Property Value

ArrayList