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
AdapterNotAvailableExceptionpublic HostProtocol getType()
public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic int describeContents()
describeContents in interface android.os.Parcelablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object