MrLoick / andenginemultiplayerextension

Automatically exported from code.google.com/p/andenginemultiplayerextension
0 stars 0 forks source link

Patch for /src/org/anddev/andengine/extension/multiplayer/protocol/shared/BluetoothSocketConnection.java #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If the BluetoothSocketConnection is created like:

this.mServerConnector = new BluetoothSocketConnectionServerConnector(new 
BluetoothSocketConnection(this.mBluetoothAdapter, this.mServerMACAddress, 
EXAMPLE_UUID), new ExampleServerConnectorListener());

as in line MultiplayerBluetoothExample.java#363 of andengineexamples

then the connect() method is never called on the BluetoothSocket.

Original issue reported on code.google.com by tommy.mu...@gmail.com on 23 Jul 2011 at 7:28

Attachments: