On Fri Jun 6 09:46:24 2025 +0000, Rémi Bernon wrote:
static(Windows.Devices.Bluetooth.Rfcomm.IRfcommDeviceServiceStatics, Windows.Foundation.UniversalApiContract, 1.0), static(Windows.Devices.Bluetooth.Rfcomm.IRfcommDeviceServiceStatics2, Windows.Foundation.UniversalApiContract, 3.0),
With the proper forward declaration for the interface above, you don't need to define it if you don't intend to implement it.
Ah, I thought the entire interface needed to be defined. Fixed, thanks.