Added some javadoc

This commit is contained in:
Alexandros Schillings
2014-03-11 20:45:18 +00:00
parent d59f8dede0
commit b3399fa539
2 changed files with 42 additions and 26 deletions
@@ -11,6 +11,13 @@ import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;
/*
* This is a wrapper around the default BluetoothDevice object
* As BluetoothDevice is final it cannot be extended, so to get it you
* need to call {@link #getDevice()} method.
*
* @author Alexandros Schillings
*/
public class BluetoothLeDevice implements Parcelable{
private static final String PARCEL_EXTRA_BLUETOOTH_DEVICE = "bluetooth_device";
private static final String PARCEL_EXTRA_DEVICE_RSSI = "device_rssi";