I want to implement an application which can successfully transfer a file from my android eclair device to any other bluetooth device.
After device discovery and pairing, I'm trying to connect with a remote bluetooth device using: BluetoothSocket socket = mbluetoothdevice.createrfcommsockettoservicerecord(uuid); I'm explicitly specifying the uuid for Object push like, UUID uuid = UUID.fromstring("00001105-0000-1000-8000-00805F9B34FB"); once i try, socket.connect(); I receive BluetoothSocket.ACL_CONNECTED intent, and two or more android.bleutooth.extra.UUID intents, later the connection is shutting off immediately. Even I'm trying to use outputstream.write(int); to transfer the data, but it's not working well for me. Please if anybody know the solutions, kindly help me out, mail me at narendraprabh...@gmail.com or post back here please... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en