문제

Consider the BluetoothChat sample. I'd like to provide the possibility to allow multiple simultaneous Bluetooth connection into a peer.

Are there additional actions to simple Bluetooth connection required?

도움이 되었습니까?

해결책

For the same purpose you need to do query in a thread. You need discovery device on particular time period and then once you found do the connection with that device. after connection again start device discovery & so on. This way you can connect with multiple devices.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top