Hello Android Developers!

I have been googling this like crazy and I cannot find a clear cut
answer to the feasibility of my undertaking.

I have a Bluetooth hardware device whose code I do not have access to.
I would like to use this device with an android phone. The device
looks for an OBEX OPP server at a specific UUID and pushes a binary
file with custom extension to the server. Also, when the device pairs
with the phone it will remember the channel used and any future
connections will use the same channel.

So far, I have attempted to use BlueCove to setup the OPP server.
While I can register the service I am having issues when the file is
being transmitted. I get: "java.io.IOException: File descriptor in bad
state". I don't know if this is BlueCove specific or is because of
some file type restrictions on the Android. I am following up on their
developer group.

So, in essence, is there any way I can setup an OPP server with a
custom UUID and some fixed channel on an Android 2.3.3 device. Right
now I am using the Droid X2. I can root the phone if required. I will
reluctantly even go as far as to modify the kernel if necessary.

Any links, info, tips will be greatly appreciated!

-- 
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

Reply via email to