Bluetooth Connection in Java/Android

Associate
Joined
31 Mar 2012
Posts
109
Location
US
I am currently working on a project for one of my classes. I chose to develop an Android app that will connect to a computer via Bluetooth, and send data over. I just need it to be able to send a simple two word String, or even just a Char or something. I know what I need to do on the computer end, I'm just having troubles looking through the APIs to figure out how to manage a connection.

You can assume that the phone is already connected via Bluetooth, meaning you don't need to discover the computer while in the app. Any help would be GREATLY appreciated! Thanks!
 
Back
Top Bottom