Android Open Source - Hardware energy BleActionLog






Project Summary

Example Android app that connects to Bluetooth Low Energy devices logging the actions that occur..

Web Site / Source Repository

BleActionLog is hosted in the following web site
https://github.com/lnanek/BleActionLog

If you think the Android project BleActionLog listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of BleActionLog.

ItemValue
Java File Count23
Target SDK Version17
Minimum SDK Version10
Activity Count3
Required Permissionsandroid.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.VIBRATE




Java Source Files

BleActionLog has the following Java source files.

com.htc.sample.bleexample.ConnectActivity.java
com.htc.sample.bleexample.ConnectUi.java
com.htc.sample.bleexample.ConnectionPreferenceActivity.java
com.htc.sample.bleexample.PointerView.java
com.htc.sample.bleexample.Prefs.java
com.htc.sample.bleexample.SelectDeviceActivity.java
com.htc.sample.bleexample.constants.BleActions.java
com.htc.sample.bleexample.constants.BleCharacteristics.java
com.htc.sample.bleexample.constants.BleServices.java
com.htc.sample.bleexample.constants.BleUtils.java
com.htc.sample.bleexample.constants.TiBleConstants.java
com.htc.sample.bleexample.profiles.AccelProfileClient.java
com.htc.sample.bleexample.profiles.AccelServiceClient.java
com.htc.sample.bleexample.profiles.ExampleActions.java
com.htc.sample.bleexample.profiles.HrmProfileClient.java
com.htc.sample.bleexample.profiles.HrmServiceClient.java
com.htc.sample.bleexample.profiles.IasProfileClient.java
com.htc.sample.bleexample.profiles.ProfileClientFactory.java
com.htc.sample.bleexample.profiles.ServiceClient.java
com.htc.sample.bleexample.profiles.SimpleKeysProfileClient.java
com.htc.sample.bleexample.profiles.SimpleKeysServiceClient.java
com.htc.sample.bleexample.profiles.TempProfileClient.java
com.htc.sample.bleexample.profiles.TempServiceClient.java