如何使用蓝牙c#Xamarin连接和发送数据?

时间:2013-12-04 13:52:07

标签: c# android bluetooth xamarin

我已经能够找到设备并几乎连接到它们,我确定连接按钮正在工作,但另一台设备没有正确应答,所以它没有连接我需要帮助... 在他们连接后,我需要通过蓝牙发送一个zip文件,我真的不知道该怎么做。

这是我的代码

http://pastebin.com/hwERjS6u

这是使用

的blueToothChatService类

http://pastebin.com/6SH56Wqj

如果有人已经制作了这个或有任何样本来帮助我,我会非常感激我的大脑正在融化... -.-

由于

2 个答案:

答案 0 :(得分:1)

我最近在Xamarin Android上做了一些蓝牙工作,发现以下源代码非常有帮助。

http://docs.xamarin.com/samples/BluetoothChat/

答案 1 :(得分:0)

...

Android Connectivity

来自知道自己在做什么的人 - 尼斯文章:Peter Leow

BluetoothServerSocket  bluetoothServerSocket = bluetoothAdapter.listenUsingRfcommWithServiceRecord(getString(R.string.app_name), uuid);

private final static UUID uuid = UUID.fromString("fc5ffc49-00e3-4c8b-9cf1-6b72aad1001a");