Android Bluetooth Example modified to show RSSI of neighboring beacons.
BLE is hosted in the following web site
https://github.com/pburgos/BLE
If you think the Android project BLE 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 BLE.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 18 |
Minimum SDK Version | 18 |
Activity Count | 4 |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN |
BLE has the following Java source files.
com.example.bluetooth.le.BluetoothLeService.java com.example.bluetooth.le.BuildConfig.java com.example.bluetooth.le.DeviceControlActivity.java com.example.bluetooth.le.DeviceScanActivity.java com.example.bluetooth.le.SampleGattAttributes.java