A proof of concept demonstrating that and Android app and a BlueCove server can communicate with each other..
BluetoothTest is hosted in the following web site
https://github.com/RyanGlScott/BluetoothTest
If you think the Android project BluetoothTest 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 BluetoothTest.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 18 |
Minimum SDK Version | 5 |
Activity Count | 2 |
jar files used | bluecove-2.1.1-SNAPSHOT.jar bluecove-gpl-2.1.1-SNAPSHOT.jar |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN |
BluetoothTest has the following Java source files.
edu.kufpg.bluetooth.client.AsyncActivityTask.java edu.kufpg.bluetooth.client.BluetoothClientActivity.java edu.kufpg.bluetooth.client.DeviceListActivity.java edu.kufpg.bluetooth.client.NoGuavaBaseApplication.java edu.kufpg.bluetooth.client.StickyButton.java edu.kufpg.bluetooth.server.BluetoothServer.java