This code is a tutroial to explain how to set bluetooth communication between two android devices..
BlueToothTuto is hosted in the following web site
https://github.com/MathiasSeguy-Android2EE/BlueToothTuto
If you think the Android project BlueToothTuto 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 BlueToothTuto.
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 |
BlueToothTuto has the following Java source files.
com.android2ee.android.tuto.communication.bluetooth.MyApplication.java com.android2ee.android.tuto.communication.bluetooth.gui.CommunicationActivity.java com.android2ee.android.tuto.communication.bluetooth.gui.DiscoverDevicesActivity.java com.android2ee.android.tuto.communication.bluetooth.gui.EnableActivity.java com.android2ee.android.tuto.communication.bluetooth.gui.arrayadapter.BluetoothAdapterCallBack.java com.android2ee.android.tuto.communication.bluetooth.gui.arrayadapter.BluetoothDevicesAdapter.java com.android2ee.android.tuto.communication.bluetooth.gui.arrayadapter.BluetoothMessageAdapter.java com.android2ee.android.tuto.communication.bluetooth.gui.model.BluetoothMessage.java com.android2ee.android.tuto.communication.bluetooth.service.CommunicationService.java