Second attempt at a Bluetooth LE application for Android. Starting over with Android Studio and using Google's BluetoothLeGatt example..
DisruptiveLights is hosted in the following web site
https://github.com/zhoppy1/DisruptiveLights
If you think the Android project DisruptiveLights 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 DisruptiveLights.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 18 |
Minimum SDK Version | 18 |
Activity Count | 1 |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN |
DisruptiveLights has the following Java source files.
zac.org.disruptivelights.ApplicationTest.java zac.org.disruptivelights.AutoConnectBLEService.java zac.org.disruptivelights.BtLeGattService.java zac.org.disruptivelights.BtLeScanService.java zac.org.disruptivelights.MainActivity.java