在我的 Windows Store App 项目中执行以下行时
PeerFinder.AlternateIdentities["Bluetooth:Paired"] = "";
PeerFinder.Start();
我收到以下错误:
请求的分配大小太大(HRESULT 异常:0x80080011 (MEM_E_INVALID_SIZE))
问题出在哪里?我该如何解决?
在我的 Windows Store App 项目中执行以下行时
PeerFinder.AlternateIdentities["Bluetooth:Paired"] = "";
PeerFinder.Start();
我收到以下错误:
请求的分配大小太大(HRESULT 异常:0x80080011 (MEM_E_INVALID_SIZE))
问题出在哪里?我该如何解决?
It appears that it is not possible to connect a Windows Store app to a Bluetooth device the same way it can be done in Windows Phone 8.
While PeerFinder
uses Bluetooth in Windows Phone 8, Wi-Fi Direct is used in Winsdows Store apps for peer discovery. That said, it seems the scenario of connecting a Windows Store app to a Bluetooth device is not currently possible.