xref: /aosp_15_r20/development/samples/BluetoothChat/_index.html (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1*90c8c64dSAndroid Build Coastguard Worker<p>This application allows two Android devices to carry out
2*90c8c64dSAndroid Build Coastguard Workertwo-way text chat over Bluetooth. It demonstrates all the fundamental Bluetooth
3*90c8c64dSAndroid Build Coastguard WorkerAPI capabilites, such as:</p>
4*90c8c64dSAndroid Build Coastguard Worker<ul>
5*90c8c64dSAndroid Build Coastguard Worker  <li>Scanning for other Bluetooth devices</li>
6*90c8c64dSAndroid Build Coastguard Worker  <li>Querying the local Bluetooth adapter for paired Bluetooth devices</li>
7*90c8c64dSAndroid Build Coastguard Worker  <li>Establishing RFCOMM channels/sockets</li>
8*90c8c64dSAndroid Build Coastguard Worker  <li>Connecting to a remote device</li>
9*90c8c64dSAndroid Build Coastguard Worker  <li>Transfering data over Bluetooth</li>
10*90c8c64dSAndroid Build Coastguard Worker</ul>
11*90c8c64dSAndroid Build Coastguard Worker
12*90c8c64dSAndroid Build Coastguard Worker
13*90c8c64dSAndroid Build Coastguard Worker<img alt="" src="../images/BluetoothChat1.png" />
14*90c8c64dSAndroid Build Coastguard Worker<img alt="" src="../images/BluetoothChat2.png" />