Scott Main | 67203cc | 2009-11-30 23:20:55 -0800 | [diff] [blame] | 1 | <p>This application allows two Android devices to carry out |
| 2 | two-way text chat over Bluetooth. It demonstrates all the fundamental Bluetooth |
| 3 | API capabilites, such as:</p> |
| 4 | <ul> |
| 5 | <li>Scanning for other Bluetooth devices</li> |
| 6 | <li>Querying the local Bluetooth adapter for paired Bluetooth devices</li> |
| 7 | <li>Establishing RFCOMM channels/sockets</li> |
| 8 | <li>Connecting to a remote device</li> |
| 9 | <li>Transfering data over Bluetooth</li> |
| 10 | </ul> |
| 11 | |
| 12 | |
| 13 | <img alt="" src="../images/BluetoothChat1.png" /> |
| 14 | <img alt="" src="../images/BluetoothChat2.png" /> |