在Android上通过蓝牙连接多个设备(多个BLE连接)

时间:2017-10-25 08:50:51

标签: android github bluetooth bluetooth-lowenergy

我试图通过蓝牙(作为连接平台)在Android设备上创建客户端 - 服务器连接网络。一个设备充当服务器和其他4或5个设备作为客户端。我尝试了很多来自git-hub的例子存储库,但没有多连接实现。这是我尝试通过蓝牙进行多连接的链接 https://github.com/arissa34/Android-Multi-Bluetooth-Library

1 个答案:

答案 0 :(得分:3)

首先,你必须注意这个库用于使用 RFCOMM协议进行套接字通信,而不是低蓝牙 https://en.wikipedia.org/wiki/List_of_Bluetooth_protocols

如果你需要帮助,我需要更多的信息,如你的Android版本,你的代码和你的日志。

此外,你可以在这个游戏中看到这个库https://play.google.com/store/apps/details?id=com.drgames.domino在蓝牙中使用一个服务器和3个客户端。