Example Android app that connects to Bluetooth Low Energy devices logging the actions that occur..
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.
The following table is the detailed list of BleActionLog.
Item | Value |
---|---|
Java File Count | 23 |
Target SDK Version | 17 |
Minimum SDK Version | 10 |
Activity Count | 3 |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN android.permission.VIBRATE |
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