Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
BluetoothLEAdvertisementWatcher.AdvertisementFilter Property
Definition
- Namespace:
- Windows.Devices.Bluetooth.Advertisement
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
| Requirements | Description |
|---|---|
| App capabilities |
bluetooth
|
Applies to
See also
Feedback
Was this page helpful?
