You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
585 B
17 lines
585 B
|
|
page.tags="BluetoothChat"
|
|
sample.group=Connectivity
|
|
@jd:body
|
|
|
|
<p>
|
|
|
|
This application allows two Android devices to carry out two-way text chat over
|
|
Bluetooth. It demonstrates all the fundamental Bluetooth API capabilites, such as:
|
|
(1) Scanning for other Bluetooth devices
|
|
(2) Querying the local Bluetooth adapter for paired Bluetooth devices
|
|
(3) Establishing RFCOMM channels/sockets
|
|
(4) Connecting to a remote device
|
|
(5) Transfering data over Bluetooth
|
|
|
|
</p>
|