i'm trying to listen for incomming bluetooth-connections from a bluetooth sheild to my WindowsPhone8 device. Is there any way to connect WindowsPhone8 with bluetooth sheild?
问问题
1365 次
1 回答
1
只要远程设备支持蓝牙串行端口协议 (BT-SPP) 并支持配对,您应该能够从 WP8 向其打开 BT-SPP 套接字。
这是连接到 Sphero @ http://www.developer.nokia.com/Community/Wiki/What%27s_new_in_Windows_Phone_8#Bluetooth:_Phone_to_device的代码示例
这是连接到 Mindwave 移动耳机 @ http://metroeeg.codeplex.com/wikipage?title=Standalone&referringTitle=Home的代码示例
于 2013-01-15T18:17:07.063 回答