BluetoothLEAdvertisementFilter.BytePatterns Property

Definition

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

public:
 property IVector<BluetoothLEAdvertisementBytePattern ^> ^ BytePatterns { IVector<BluetoothLEAdvertisementBytePattern ^> ^ get(); };
IVector<BluetoothLEAdvertisementBytePattern> BytePatterns();
public IList<BluetoothLEAdvertisementBytePattern> BytePatterns { get; }
var iVector = bluetoothLEAdvertisementFilter.bytePatterns;
Public ReadOnly Property BytePatterns As IList(Of BluetoothLEAdvertisementBytePattern)

Property Value

A vector of byte patterns with offsets to match advertisement sections in a received Bluetooth LE advertisement.

Windows requirements

App capabilities
bluetooth

Applies to

See also