Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
考虑 BluetoothChat 示例。我想提供允许多个同时蓝牙连接到对等方的可能性。
简单的蓝牙连接是否需要额外的操作?
出于同样的目的,您需要在线程中进行查询。您需要在特定时间段内发现设备,然后在找到后与该设备建立连接。再次连接后开始设备发现等。这样您就可以连接多个设备。