我已经能够找到设备并几乎连接到它们,我确定连接按钮正在工作,但另一台设备没有正确应答,所以它没有连接我需要帮助... 在他们连接后,我需要通过蓝牙发送一个zip文件,我真的不知道该怎么做。
这是我的代码
这是使用
的blueToothChatService类如果有人已经制作了这个或有任何样本来帮助我,我会非常感激我的大脑正在融化... -.-
由于
答案 0 :(得分:1)
我最近在Xamarin Android上做了一些蓝牙工作,发现以下源代码非常有帮助。
答案 1 :(得分:0)
...
来自知道自己在做什么的人 - 尼斯文章:Peter Leow
BluetoothServerSocket bluetoothServerSocket = bluetoothAdapter.listenUsingRfcommWithServiceRecord(getString(R.string.app_name), uuid);
private final static UUID uuid = UUID.fromString("fc5ffc49-00e3-4c8b-9cf1-6b72aad1001a");