public final class BluetoothClass extends Object implements Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
BluetoothClass.Device |
static class |
BluetoothClass.Service |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<BluetoothClass> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object o) |
int |
getDeviceClass() |
int |
getMajorDeviceClass() |
int |
hashCode() |
boolean |
hasService(int service) |
String |
toString() |
void |
writeToParcel(Parcel out,
int flags) |
public static final Parcelable.Creator<BluetoothClass> CREATOR
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel out, int flags)
writeToParcel in interface Parcelablepublic boolean hasService(int service)
public int getMajorDeviceClass()
public int getDeviceClass()
Copyright © 2008-2013. All Rights Reserved.