Re: [android-developers] Bluetooth connection between Android - PC

2009-11-02 Thread Nick Pelly
Try using the RFCOMM protocol. It's similar to TCP but for Bluetooth. See BluetoothSocket.java. Nick On Mon, Nov 2, 2009 at 8:16 AM, AntoniMG wrote: > Hi developers, > > Is there any way to comunicate an android phone with a computer trough > bluetooth? Ive made a server/client applicattion in

[android-developers] Bluetooth connection between Android - PC

2009-11-02 Thread AntoniMG
Hi developers, Is there any way to comunicate an android phone with a computer trough bluetooth? Ive made a server/client applicattion in Java using bluetooth, but i need to do the client in Android and i dont know how to start, I dont know even if is possible. Is there any way to do it? Is possi