Rémi Bernon (@rbernon) commented about include/windows.devices.bluetooth.advertisement.idl:
- [
contract(Windows.Foundation.UniversalApiContract, 1.0),
exclusiveto(Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementReceivedEventArgs),
uuid(27987ddf-e596-41be-8d43-9e6731d4a913)
- ]
- interface IBluetoothLEAdvertisementReceivedEventArgs : IInspectable
- {
[propget] HRESULT RawSignalStrengthInDBm([out, retval] INT16 *value);
[propget] HRESULT BluetoothAddress([out, retval] UINT64 *value);
[propget] HRESULT AdvertisementType([out, retval] Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementType *value);
[propget] HRESULT Timestamp([out, retval] Windows.Foundation.DateTime *value);
[propget] HRESULT Advertisement([out, retval] Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisement **value);
- }
- [
contract(Windows.Foundation.UniversalApiContract, 1.0),
```suggestion:-0+0 contract(Windows.Foundation.UniversalApiContract, 10.0), ```