Rémi Bernon (@rbernon) commented about include/windows.devices.bluetooth.advertisement.idl:
[propget] HRESULT SignalStrengthFilter([out, retval] Windows.Devices.Bluetooth.BluetoothSignalStrengthFilter **value);
[propput] HRESULT SignalStrengthFilter([in] Windows.Devices.Bluetooth.BluetoothSignalStrengthFilter *value);
[propget] HRESULT AdvertisementFilter([out, retval] Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementFilter **value);
[propput] HRESULT AdvertisementFilter([in] Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementFilter *value);
HRESULT Start();
HRESULT Stop();
[eventadd] HRESULT Received([in] Windows.Foundation.TypedEventHandler<Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementWatcher *, Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementReceivedEventArgs *> *handler,
[out, retval] EventRegistrationToken *token);
[eventremove] HRESULT Received([in] EventRegistrationToken token);
[eventadd] HRESULT Stopped([in] Windows.Foundation.TypedEventHandler<Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementWatcher *, Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementWatcherStoppedEventArgs *> *handler,
[out, retval] EventRegistrationToken *token);
[eventremove] HRESULT Stopped([in] EventRegistrationToken token);
- }
- [
contract(Windows.Foundation.UniversalApiContract, 1.0),
```suggestion:-0+0 contract(Windows.Foundation.UniversalApiContract, 10.0), ```