Android Open Source - Arduino-Android-BLE-NRF8001 B L E State






From Project

Back to project page Arduino-Android-BLE-NRF8001.

License

The source code is released under:

MIT License

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

Java Source Code

package edu.uci.fallsensor.service;
/*from  w  w w . java2 s.c o  m*/
public enum BLEState {
    CHARACTERISTIC_NOTIFICATION_WRITE,
    CHARACTERISTIC_WRITE,
    CHARACTERISTIC_CHANGED,
    CHARACTERISTIC_READ,
    DESCRIPTOR_WRITE,
    DESCRIPTOR_READ,
    DEVICE_CONNECT,
    DEVICE_SERVICE,
    DEVICE_DISCONNECT;
}




Java Source Code List

com.adapters.ListAdapterCheckboxTitle.java
com.adapters.ListAdapterTitleDescription.java
com.adapters.ListAdapterTitleDescription.java
com.adapters.MainViewPagerAdapter.java
com.ble.sensors.NRF8001.java
edu.uci.fallsensor.MainActivity.java
edu.uci.fallsensor.dialog.SensorDialog.java
edu.uci.fallsensor.service.BLEController.java
edu.uci.fallsensor.service.BLEManager.java
edu.uci.fallsensor.service.BLEState.java
edu.uci.fallsensor.service.BLETask.java
edu.uci.fallsensor.service.BluetoothMetaData.java