A test of bluetooth discovery, pairing, and message passing on an Android phone.
bluetooth-test is hosted in the following web site
https://github.com/theJenix/bluetooth-test
If you think the Android project bluetooth-test 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 bluetooth-test.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN |
bluetooth-test has the following Java source files.
edu.gatech.thelastcrusade.bluetooth_test.BluetoothNotEnabledException.java edu.gatech.thelastcrusade.bluetooth_test.BluetoothTestActivity.java edu.gatech.thelastcrusade.bluetooth_test.BluetoothTestClientActivity.java edu.gatech.thelastcrusade.bluetooth_test.BluetoothTestServerActivity.java edu.gatech.thelastcrusade.bluetooth_test.ConnectThread.java edu.gatech.thelastcrusade.bluetooth_test.MediaStoreWrapper.java edu.gatech.thelastcrusade.bluetooth_test.MessageThread.java edu.gatech.thelastcrusade.bluetooth_test.model.Song.java edu.gatech.thelastcrusade.bluetooth_test.util.Toaster.java