RFCOMM Before Android 2.0?
Posted
by Brad Hein
on Stack Overflow
See other posts from Stack Overflow
or by Brad Hein
Published on 2010-05-10T13:49:53Z
Indexed on
2010/05/10
13:54 UTC
Read the original article
Hit count: 259
I have several apps which I wrote using the standard SDK. They all connect to RFCOMM devices using bluetooth, so at present, I can only support devices which are 2.0 or newer.
What options are available for backporting a bluetooth app to pre-2.0 apps while re-writing as little code as possible?
Thank you.
© Stack Overflow or respective owner