Everybody writes, that this method is possible:
<DeviceCapability Name="proximity" />
<m2:DeviceCapability Name="bluetooth.rfcomm">
<m2:Device Id="any">
<m2:Function Type="name:serialPort" />
</m2:Device>
</m2:DeviceCapability>
https://msdn.microsoft.com/en-us/library/windows/apps/dn263090.aspx
Connect to Bluetooth Device / how to set the rfcomm capability
Bluetooth connection between Universal app and medical device - UUID and CODFilter
but my VS2013 writes: unknown namespace m2
...
what is m2
? how to include m2
?
And writes Capabilities
must contains Capability
, not DeviceCapability
.
I don't understand this error...