Reputation: 15
I'm developing an app that uses Bluetooth but I can't run the threads examples in http://developer.android.com/guide/topics/wireless/bluetooth.html#ConnectingDevices. The main Activity I created works but I need to connect two or more devices and I want to know how to start the threads and how to call the private classes. Can you please help me? I hope I've been clear, I'm sorry for my english. :)
Upvotes: 0
Views: 370
Reputation: 13096
You could take a look at the BluetoothChat application in the API Samples
It handles the connection of two devices, sending data to each other
Upvotes: 1