I have been following this Android guide for Bluetooth communication
To explain exactly what I want to do, when the two devices are paired, two different activities ope
Check out the BluetoothChat example that Google provides in the SDK. It'll show you how to implement basic sending of text over bluetooth.