A barebones android application to consume BLE heart rate services and store the received data..
RawHeartLogger is hosted in the following web site
https://github.com/theterg/RawHeartLogger
If you think the Android project RawHeartLogger 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 RawHeartLogger.
Item | Value |
---|---|
Java File Count | 5 |
Activity Count | 2 |
Fragment Count | 1 |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN android.permission.INTERNET |
RawHeartLogger has the following Java source files.
theterg.helloworld01.BluetoothLeService.java theterg.helloworld01.DeviceScanActivity.java theterg.helloworld01.HelloWorld01.java theterg.helloworld01.SampleGattAttributes.java theterg.helloworld01.UploadManager.java