https://github.com/kai-morich/simplebluetoothterminal
Android terminal app for Bluetooth classic devices using SPP profile
https://github.com/kai-morich/simplebluetoothterminal
android bluetooth
Last synced: about 1 year ago
JSON representation
Android terminal app for Bluetooth classic devices using SPP profile
- Host: GitHub
- URL: https://github.com/kai-morich/simplebluetoothterminal
- Owner: kai-morich
- License: mit
- Created: 2019-02-02T13:56:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T00:25:14.000Z (over 2 years ago)
- Last Synced: 2025-03-28T17:08:40.248Z (about 1 year ago)
- Topics: android, bluetooth
- Language: Java
- Homepage:
- Size: 88.9 KB
- Stars: 486
- Watchers: 25
- Forks: 176
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://www.codacy.com/manual/kai-morich/SimpleBluetoothTerminal?utm_source=github.com&utm_medium=referral&utm_content=kai-morich/SimpleBluetoothTerminal&utm_campaign=Badge_Grade)
# SimpleBluetoothTerminal
This Android app provides a line-oriented terminal / console for classic Bluetooth (2.x) devices implementing the Bluetooth Serial Port Profile (SPP)
For an overview on Android Bluetooth communication see
[Android Bluetooth Overview](https://developer.android.com/guide/topics/connectivity/bluetooth).
This App implements RFCOMM connection to the well-known SPP UUID 00001101-0000-1000-8000-00805F9B34FB
## Motivation
I got various requests asking for help with Android development or source code for my
[Serial Bluetooth Terminal](https://play.google.com/store/apps/details?id=de.kai_morich.serial_bluetooth_terminal) app.
Here you find a simplified version of my app.