嗨,我只需要询问是否有办法通过蓝牙同时将两台不同的设备连接到服务器。
或者有没有办法让两个设备连接在一个待机状态,另一个是通话
答案 0 :(得分:0)
是的,您可以通过制作蓝牙服务器连接两个不同的设备,这是一个示例应用程序命名为蓝牙聊天https://android.googlesource.com/platform/development/+/eclair-passion-release/samples/BluetoothChat
其中两个设备相互连接并通过消息框进行聊天。 如果您想从一台设备连接两台以上的设备,例如 Master和Slave 使用BluetoothServerSocket [[2]:http://developer.android.com/reference/android/bluetooth/BluetoothServerSocket.html,你可以从One设备连接Upto 7设备。