0

在我的 Windows Store App 项目中执行以下行时

PeerFinder.AlternateIdentities["Bluetooth:Paired"] = "";
PeerFinder.Start();

我收到以下错误:

请求的分配大小太大(HRESULT 异常:0x80080011 (MEM_E_INVALID_SIZE))

问题出在哪里?我该如何解决?

4

2 回答 2

1

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.

于 2013-09-10T10:47:20.677 回答
0
于 2013-06-24T09:29:46.537 回答