BluetoothLEAdvertisementFilter.BytePatterns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|