BT chatting between arduino and android. (supports IoT feature).
BTChat is hosted in the following web site
https://github.com/godstale/BTChat
If you think the Android project BTChat 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 BTChat.
Item | Value |
---|---|
Java File Count | 24 |
Target SDK Version | 14 |
Minimum SDK Version | 14 |
Activity Count | 2 |
Fragment Count | 4 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN android.permission.INTERNET |
BTChat has the following Java source files.
com.hardcopy.btchat.DeviceListActivity.java com.hardcopy.btchat.MainActivity.java com.hardcopy.btchat.bluetooth.BluetoothManager.java com.hardcopy.btchat.bluetooth.ConnectionInfo.java com.hardcopy.btchat.bluetooth.TransactionBuilder.java com.hardcopy.btchat.bluetooth.TransactionReceiver.java com.hardcopy.btchat.contents.CommandParser.java com.hardcopy.btchat.contents.DBHelper.java com.hardcopy.btchat.fragments.ExampleFragment.java com.hardcopy.btchat.fragments.FragmentAdapter.java com.hardcopy.btchat.fragments.IFragmentListener.java com.hardcopy.btchat.fragments.LLSettingsFragment.java com.hardcopy.btchat.http.HttpAsyncTask.java com.hardcopy.btchat.http.HttpFileAsyncTask.java com.hardcopy.btchat.http.HttpInterface.java com.hardcopy.btchat.http.HttpListener.java com.hardcopy.btchat.http.HttpRequester.java com.hardcopy.btchat.service.BTCTemplateService.java com.hardcopy.btchat.service.ServiceMonitoring.java com.hardcopy.btchat.utils.AppSettings.java com.hardcopy.btchat.utils.Constants.java com.hardcopy.btchat.utils.Logs.java com.hardcopy.btchat.utils.RecycleUtils.java com.hardcopy.btchat.utils.Utils.java