allwinner_a64/android/development/samples/browseable/BluetoothChat/_index.jd
2018-08-08 18:09:17 +08:00

16 lines
585 B
Text

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>