Code for Ben Von Handorf's Bluetooth LE talk.
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.
The following table is the detailed list of BluetoothDiscovery.
Item | Value |
---|---|
Java File Count | 33 |
Target SDK Version | 18 |
Minimum SDK Version | 18 |
Activity Count | 6 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN |
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