This application allows two Android devices to carry out two-way text chat over Bluetooth. It demonstrates all the fundamental Bluetooth API capabilities, such as:
(1) Scanning for other Bluetooth devices.
(2) Querying the local Bluetooth adapter for paired Bluetooth devices.
(3) Establishing RF-COMM channels/sockets.
(4) Connecting to a remote device.
(5) Transferring data over Bluetooth.
You can change the settings for making your device discover able and connect to a device that is not secured.
Bluetooth Chat.
This is a port of the Android Level 8 SDK samples. It demonstrates using the Bluetooth APIs to create a sample chat client.
Bugs Fixes