package g.i.a.b.e.h;

import android.bluetooth.BluetoothDevice;
import android.os.ParcelUuid;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public class b {
    public BluetoothDevice a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public String f5382b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public byte[] f5383c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public f f5384d;

    public b(BluetoothDevice bluetoothDevice, String str, int i2, boolean z2, boolean z3, byte[] bArr) {
        List<ParcelUuid> list;
        this.a = bluetoothDevice;
        this.f5382b = str;
        this.f5383c = bArr;
        f fVarD = f.d(bArr);
        this.f5384d = fVarD;
        if (fVarD == null || (list = fVarD.f5402b) == null) {
            return;
        }
        list.contains(g.i.a.b.e.i.a.a);
    }

    public boolean equals(Object obj) {
        return obj instanceof b ? this.a.getAddress().equals(((b) obj).a.getAddress()) : super.equals(obj);
    }
}
