0

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...

Community
  • 1
  • 1
yzavyalo
  • 18
  • 4
  • Can you provide your markup for your app manifest? The 2nd link you provided has a good example that should work. It has to go in the tag, not the tag. What is your project type? Windows Store? Phone 8.1? Phone Silverlight 8.1? – Bret Bentzinger Feb 06 '15 at 00:39
  • I solved this problem. I had SKD WP8 instead of WP8.1. This method is available in WP8.1 – yzavyalo Feb 11 '15 at 12:51

0 Answers0