On Tue, Apr 21, 2009 at 12:42 PM, Alin <[email protected]> wrote:
> > Hello > > I realize that the Bluetooth API is subject to change over time and > that the only available profiles are A2DP and AVCRP, but I am really > interested about the options I have to develop an application using > the Serial Port Profile. I don't really care if the API will later > change, this application is meant to be used only by me (I am trying > to communicate to a mirocontroller using Bluetooth and the only > supported profiles are SPP and GAP). > > I am going through the /core/java/android/bluetooth/ classes at the > moment but I don't see anything that refers to the SPP or otherwise. I > am willing to invest time to learn and write a SPP implementation, > provided I have someone to guide me. This is valuable to me because I > am doing this project as a final year project so I'm not exactly > waiting for someone else to do my work. RfcommSocket.java is what you want. SPP is just rfcomm. > > > In conclusion, does anyone have any suggestions on where I could start > looking and studying to be able to use the SPP in an application? > > Any piece of advice is greatly appreciated, > Alin > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

