public class BLEProtocolFactory
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
addressMac |
static android.os.Parcelable.Creator<BLEProtocolFactory> |
CREATOR |
android.bluetooth.BluetoothDevice |
device |
Constructor and Description |
---|
BLEProtocolFactory(java.lang.String addressMac) |
Modifier and Type | Method and Description |
---|---|
BLEProtocol |
create(android.content.Context context) |
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
HostProtocol |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public final java.lang.String addressMac
public android.bluetooth.BluetoothDevice device
public static final android.os.Parcelable.Creator<BLEProtocolFactory> CREATOR
public BLEProtocol create(android.content.Context context) throws AdapterNotAvailableException
AdapterNotAvailableException
public HostProtocol getType()
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public int describeContents()
describeContents
in interface android.os.Parcelable
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object