我需要支持多个设备,包括串行和 BLE。当我将以下代码添加到 Package.appxmanifest 文件时,出现错误
无法激活 Windows 应用商店应用程序“blah.blah_blah!App”。激活请求失败,出现错误“E_INVALIDARG”。
<m2:DeviceCapability Name="bluetooth.genericAttributeProfile">
<m2:Device Id="any">
<m2:Function Type="name:heartRate"/>
</m2:Device>
</m2:DeviceCapability>
<m2:DeviceCapability Name="bluetooth.rfcomm">
<m2:Device Id="any">
<m2:Function Type="name:serialPort"/>
</m2:Device>
</m2:DeviceCapability>