fabiberlin / android-bluetooth

Automatically exported from code.google.com/p/android-bluetooth
0 stars 0 forks source link

cannot open socket #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. call LocalBluetoothDevice.getRemoteBluetoothDevice(address)
2. pair the device
3. when the listener is invoked call RemoteBluetoothDevice.openSocket(),
trying port 12-30.

What is the expected output? What do you see instead?
The expected is that a socket to the device will be opened. I see an error,
bluetooth_RfcommSocket.cpp(12375): connect error: No route to host (113)
it.gerdavax.android.bluetooth.BluetoothException:
it.gerdavax.android.bluetooth.BluetoothException: Can't connect to device
00:1C:88:12:B4:7B

What version of the product are you using? On what operating system?
version 0.3 on Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by mcohe...@gmail.com on 28 Dec 2009 at 5:50

GoogleCodeExporter commented 8 years ago
Droid Eris harware

Original comment by mcohe...@gmail.com on 28 Dec 2009 at 5:50

GoogleCodeExporter commented 8 years ago
Unfortunately, Droid Eris is currently not supported (this device is not 
available in
Europe). Maybe we will support it in the future, if we can get a device at a
reasonable price :-)

Original comment by gerda...@gmail.com on 29 Dec 2009 at 11:25

GoogleCodeExporter commented 8 years ago
I understand. Thank you for replying though with explanation, I thought I was 
perhaps
using the library incorrectly. Wonderful library by the way. Thank you for
contributing this.

Original comment by mcohe...@gmail.com on 29 Dec 2009 at 5:29