Skip to content

A two way Bluetooth Chat implementation android application developed on Android Studio.

Notifications You must be signed in to change notification settings

manveers96/GupShup

Repository files navigation

Android BluetoothChat Sample

This sample shows how to implement two-way text chat over Bluetooth between two Android devices, using all the fundamental Bluetooth API capabilities.

Introduction

This sample should be run on two Android devices at the same time, to establish a two-way chat over Bluetooth between the devices. Select "Made discoverable" in overflow menu on one device and click on the Bluetooth icon on the other one, to find the device and establish the connection.

The sample demonstrates the following, using the Bluetooth API:

  1. Setting up Bluetooth
  2. Scanning for other Bluetooth devices
  3. Querying the local Bluetooth adapter for paired Bluetooth devices
  4. Establishing RFCOMM channels/sockets
  5. Connecting to a remote device
  6. Transfering data over Bluetooth

Pre-requisites

  • Android SDK v23
  • Android Build Tools v23.0.0
  • Android Support Repository

Screenshots

Screenshot Screenshot Screenshot

Getting Started

This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.

Support

If you've found an error in this sample, please file an issue: https://github.com/googlesamples/android-BluetoothChat

Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.

About

A two way Bluetooth Chat implementation android application developed on Android Studio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages