Android Open Source - Hardware connection Android-BleEventAdapter






Project Summary

An Event-Based Adapter to connect your Android Device via Bluetooth Low Energy aka. Bluetooth Smart. Welcome to the Internet Of Things !.

Web Site / Source Repository

Android-BleEventAdapter is hosted in the following web site
https://github.com/thedamfr/Android-BleEventAdapter

If you think the Android project Android-BleEventAdapter 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 Android-BleEventAdapter.

ItemValue
Java File Count19
Activity Count1
Required Permissionsandroid.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN




License

The license information of Android-BleEventAdapter is as follows:

Apache License

Java Source Files

com.thedamfr.android.BleEventAdapter.BleEventAdapter.java
com.thedamfr.android.BleEventAdapter.BleEventBus.java
com.thedamfr.android.BleEventAdapter.EventLogger.java
com.thedamfr.android.BleEventAdapter.events.CharacteristicChangedEvent.java
com.thedamfr.android.BleEventAdapter.events.CharacteristicReadEvent.java
com.thedamfr.android.BleEventAdapter.events.CharacteristicWriteEvent.java
com.thedamfr.android.BleEventAdapter.events.DescriptorReadEvent.java
com.thedamfr.android.BleEventAdapter.events.DescriptorWriteEvent.java
com.thedamfr.android.BleEventAdapter.events.DiscoveredDevicesEvent.java
com.thedamfr.android.BleEventAdapter.events.DiscoveryServiceEvent.java
com.thedamfr.android.BleEventAdapter.events.GattConnectionStateChangedEvent.java
com.thedamfr.android.BleEventAdapter.events.ReadRemoteRssiEvent.java
com.thedamfr.android.BleEventAdapter.events.ReliableWriteCompleted.java
com.thedamfr.android.BleEventAdapter.events.ScanningEvent.java
com.thedamfr.android.BleEventAdapter.events.ServiceDiscoveredEvent.java
com.thedamfr.android.BleEventAdapter.service.discovery.device.DeviceDiscoveryService.java
com.thedamfr.android.BleEventAdapter.service.gatt.GattConnectionState.java
com.thedamfr.android.BleEventAdapter.service.gatt.GattService.java
com.vashisthg.ble.MainActivity.java