A sample program to transfer data from android to pc over bluetooth. The pc acts as a server and the android phone as a client..
android2pc-Bluetooth is hosted in the following web site
https://github.com/anupdw/android2pc-Bluetooth
If you think the Android project android2pc-Bluetooth 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 android2pc-Bluetooth.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 10 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar bluecove-2.1.0.jar |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN |
android2pc-Bluetooth has the following Java source files.
com.anup.androidbluetoothclient.EchoClient.java com.anup.androidbluetoothclient.MainActivity.java src.com.anup.remotebluetooth.EchoServer.java src.com.anup.remotebluetooth.Main.java src.com.anup.remotebluetooth.ThreadedEchoHandler.java