Sample code in Android for reading iBeacon PDU.
ReadBeacon is hosted in the following web site
https://github.com/kumarryogeshh/ReadBeacon
If you think the Android project ReadBeacon 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 ReadBeacon.
Item | Value |
---|---|
Java File Count | 13 |
Target SDK Version | 21 |
Minimum SDK Version | 19 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN |
ReadBeacon has the following Java source files.
com.boskysoft.beaconscanner.MainActivity.java com.boskysoft.beaconscanner.ble.BleDefinedUUIDs.java com.boskysoft.beaconscanner.ble.BleNamesResolver.java com.boskysoft.beaconscanner.ble.BleWrapper.java com.boskysoft.beaconscanner.ble.BleWrapperUiCallbacks.java com.boskysoft.beaconscanner.core.HashCode.java com.boskysoft.beaconscanner.core.Preconditions.java com.boskysoft.beaconscanner.core.UnsignedInteger.java com.boskysoft.beaconscanner.core.UnsignedInts .java com.boskysoft.beaconscanner.core.UnsignedLong .java com.boskysoft.beaconscanner.core.UnsignedLongs .java com.boskysoft.beaconscanner.modal.Beacon.java