• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<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" />