blob: 588cccd5d862ef398675abcf11cc05ed8da51175 [file] [log] [blame]
Scott Main67203cc2009-11-30 23:20:55 -08001<p>This application allows two Android devices to carry out
2two-way text chat over Bluetooth. It demonstrates all the fundamental Bluetooth
3API 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" />