[android-developers] receiving bluetooth data in android application

2012-02-11 Thread Narendra Singh Rathore
Hi all... I am facing problem in using Bluetooth in my app. Here I just want to get some sample for *receiving BlueTooth data in my app* . I am newbie for using Bluetooth. and will be very thankful if someone provide me any guidance or sample to get started. I have checked an example of

Re: [android-developers] receiving bluetooth data in android application

2012-02-11 Thread Kristopher Micinski
Unfortunately the BluetoothChat example is about the simplest one there is, once the connection is established you get an RFCOMM socket. If you're new at it, you can pretty much treat this like a regular socket. So if you're confused I'd suggest you first read up on socket programming (the BTC