• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2page.tags="BluetoothChat"
3sample.group=Connectivity
4@jd:body
5
6<p>
7
8            This application allows two Android devices to carry out two-way text chat over
9            Bluetooth. It demonstrates all the fundamental Bluetooth API capabilites, such as:
10              (1) Scanning for other Bluetooth devices
11              (2) Querying the local Bluetooth adapter for paired Bluetooth devices
12              (3) Establishing RFCOMM channels/sockets
13              (4) Connecting to a remote device
14              (5) Transfering data over Bluetooth
15
16        </p>
17