BluetoothLEAdvertisementWatcher.AdvertisementFilter 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 or sets a BluetoothLEAdvertisementFilter object used for configuration of Bluetooth LE advertisement filtering that uses payload section-based filtering.
public:
property BluetoothLEAdvertisementFilter ^ AdvertisementFilter { BluetoothLEAdvertisementFilter ^ get(); void set(BluetoothLEAdvertisementFilter ^ value); };
BluetoothLEAdvertisementFilter AdvertisementFilter();
void AdvertisementFilter(BluetoothLEAdvertisementFilter value);
public BluetoothLEAdvertisementFilter AdvertisementFilter { get; set; }
var bluetoothLEAdvertisementFilter = bluetoothLEAdvertisementWatcher.advertisementFilter;
bluetoothLEAdvertisementWatcher.advertisementFilter = bluetoothLEAdvertisementFilter;
Public Property AdvertisementFilter As BluetoothLEAdvertisementFilter
Property Value
Configuration of Bluetooth LE advertisement filtering that uses payload section-based filtering.
Windows requirements
App capabilities |
bluetooth
|