Android application to interface a bluetooth serial port..
btconsole is hosted in the following web site
https://github.com/dsblue/btconsole
If you think the Android project btconsole 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 btconsole.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_WIFI_STATE android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN android.permission.INTERNET |
btconsole has the following Java source files.
com.example.btconsole.AddDeviceDialogFragment.java com.example.btconsole.BluetoothConnection.java com.example.btconsole.CommService.java com.example.btconsole.ControlActivity.java com.example.btconsole.ControlFragment.java com.example.btconsole.DeviceListFragment.java com.example.btconsole.MainActivity.java com.example.btconsole.ProwlConnection.java com.example.btconsole.SerialConnection.java com.example.btconsole.Session.java com.example.btconsole.TCPIPServer.java com.example.btconsole.TCPIPServerThread.java com.example.btconsole.USBConnection.java