Bluetooth Terminal Service (BTTS) -- meant to be a serial-over-Bluetooth client for an Android device for inspecting bytes (though now I think this is not possible on most mobile phones).
btts is hosted in the following web site
https://github.com/OEP/btts
If you think the Android project btts listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of btts.
Item | Value |
---|---|
Java File Count | 3 |
Minimum SDK Version | 5 |
Activity Count | 1 |
Required Permissions | android.permission.BLUETOOTH |
btts has the following Java source files.
org.oep.btts.TerminalServer.java org.oep.btts.TerminalServerActivity.java org.oep.btts.TerminalView.java