Android Open Source - Hardware bluetooth BluetoothDiscovery






Project Summary

Code for Ben Von Handorf's Bluetooth LE talk.

Web Site / Source Repository

BluetoothDiscovery is hosted in the following web site
https://github.com/benvonhandorf/BluetoothDiscovery

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

ItemValue
Java File Count33
Target SDK Version18
Minimum SDK Version18
Activity Count6
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN




Java Source Files

BluetoothDiscovery has the following Java source files.

com.benvonhandorf.bluetoothdiscovery.BluetoothDeviceWrapper.BluetoothGattCallbackImplementation.java
com.benvonhandorf.bluetoothdiscovery.BluetoothDeviceWrapper.Characteristic.java
com.benvonhandorf.bluetoothdiscovery.BluetoothDeviceWrapper.Descriptor.java
com.benvonhandorf.bluetoothdiscovery.BluetoothDeviceWrapper.Device.java
com.benvonhandorf.bluetoothdiscovery.BluetoothDeviceWrapper.DeviceCommand.java
com.benvonhandorf.bluetoothdiscovery.BluetoothDeviceWrapper.ElementFactory.java
com.benvonhandorf.bluetoothdiscovery.BluetoothDeviceWrapper.NotifiableCharacteristic.java
com.benvonhandorf.bluetoothdiscovery.BluetoothDeviceWrapper.ProbeDevice.java
com.benvonhandorf.bluetoothdiscovery.BluetoothDeviceWrapper.ReadCharacteristicCommand.java
com.benvonhandorf.bluetoothdiscovery.BluetoothDeviceWrapper.Service.java
com.benvonhandorf.bluetoothdiscovery.BluetoothDeviceWrapper.SetCharacteristicCommand.java
com.benvonhandorf.bluetoothdiscovery.BluetoothDeviceWrapper.SetCharacteristicNotificationCommand.java
com.benvonhandorf.bluetoothdiscovery.BluetoothDeviceWrapper.SetDescriptorValueCommand.java
com.benvonhandorf.bluetoothdiscovery.BluetoothDeviceWrapper.UUIDHolder.java
com.benvonhandorf.bluetoothdiscovery.HeartRateMonitorWrapper.HRMElementFactory.java
com.benvonhandorf.bluetoothdiscovery.HeartRateMonitorWrapper.HRMSensor.BodySensorLocationCharacteristic.java
com.benvonhandorf.bluetoothdiscovery.HeartRateMonitorWrapper.HRMSensor.HRMService.java
com.benvonhandorf.bluetoothdiscovery.HeartRateMonitorWrapper.HRMSensor.HeartRateCharacteristic.java
com.benvonhandorf.bluetoothdiscovery.HeartRateMonitorWrapper.PolarH6HRMDevice.java
com.benvonhandorf.bluetoothdiscovery.HeartRateMonitorWrapper.Sensors.java
com.benvonhandorf.bluetoothdiscovery.SensorTagDeviceWrapper.IRSensor.IrConfigCharacteristic.java
com.benvonhandorf.bluetoothdiscovery.SensorTagDeviceWrapper.IRSensor.IrDataCharacteristic.java
com.benvonhandorf.bluetoothdiscovery.SensorTagDeviceWrapper.IRSensor.IrSensorService.java
com.benvonhandorf.bluetoothdiscovery.SensorTagDeviceWrapper.SensorTagDevice.java
com.benvonhandorf.bluetoothdiscovery.SensorTagDeviceWrapper.SensorTagElementFactory.java
com.benvonhandorf.bluetoothdiscovery.SensorTagDeviceWrapper.Sensors.java
com.benvonhandorf.bluetoothdiscovery.ui.FastPollIrSensorInterfaceActivity.java
com.benvonhandorf.bluetoothdiscovery.ui.HeartRateMonitorActivity.java
com.benvonhandorf.bluetoothdiscovery.ui.IrSensorInterfaceActivity.java
com.benvonhandorf.bluetoothdiscovery.ui.IrSensorRawGattActivity.java
com.benvonhandorf.bluetoothdiscovery.ui.MenuActivity.java
com.benvonhandorf.bluetoothdiscovery.ui.ProbeDeviceActivity.java
com.benvonhandorf.bluetoothdiscovery.ui.SensorTagService.java