Multi connection via bluetooth in android
Hy , We are working on the android multiplayer game via bluetooth. It is a multiplayer LUDO game in which 4 player connect to each other and play the game. We are stuck in connection with the 3rd and 4th player connection. private OnMaxConnectionsReachedListener maxConnectionsListener = new OnMaxConnectionsReachedListener() { public void OnMaxConnectionsReached() { } }; private OnIncomingConnectionListener connectedListener = new OnIncomingConnectionListener() { public void OnIncomingConnection(String device) { //rivalDevice = device; if(index < 1000) { clients[index] = device; index++; Log.d(