[android-developers] Re: Bluetooth SPP question

2010-01-17 Thread Lord Vandrac
Hey Arjan, I have the bluetooth example code fully working in a eclipse project. Tell me hoy can i give it to you. There is the google page with the code but it's not like a eclipse project. http://developer.android.com/resources/samples/BluetoothChat/index.html -- You received this message becau

[android-developers] Re: Bluetooth SPP question

2010-01-13 Thread Arjan Verboord
Fred can i have your source code of the hacked bluetoothchat?? My goal is to connect my htc hero with a bluetooth-rs232 adapter.. But .connect() keeps throwing out an error. On 30 dec 2009, 07:38, Fred wrote: > Connected It was the UUID.  I have been hacking the bluetoothchat > example, an

[android-developers] Re: Bluetooth SPP question

2009-12-29 Thread Fred
Connected It was the UUID. I have been hacking the bluetoothchat example, and had left the UUID at the default. Once I set it to the SPP UUID it wakes up after the conect() call and starts sending the packets like crazy. Thanks for the pointer on the sdptool, too I was able to get more infor

[android-developers] Re: Bluetooth SPP question

2009-12-29 Thread Fred
Very useful feedback, thank you. I will give sdptool a try on my linux laptop to see what the device capabilities are, and when I have that I will also use the UUID you gave, again, thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

[android-developers] Re: Bluetooth SPP question

2009-12-29 Thread moneytoo
Are you advertising the correct SDP record using listenUsingRfcommWithServiceRecord? UUID for BT SPP is "1101--1000-8000-00805F9B34FB". Does the device act as server or client? You might try running "sdptool browse" on linux to find additional information about your BT device. On Dec 28, 6