Created an iBeaconDevice object

This commit is contained in:
Alexandros Schillings
2014-03-15 23:39:19 +00:00
parent 7546813f1b
commit 3f333df497
3 changed files with 69 additions and 64 deletions
@@ -53,7 +53,7 @@ public class BluetoothLeDevice implements Parcelable{
mTimestamp = timestamp;
}
private BluetoothLeDevice(Parcel in) {
protected BluetoothLeDevice(Parcel in) {
final Bundle b = in.readBundle(getClass().getClassLoader());
mDevice = b.getParcelable(PARCEL_EXTRA_BLUETOOTH_DEVICE);