Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:BluetoothClass

32  * <p>{@link BluetoothClass} is useful as a hint to roughly describe a device
51 public final class BluetoothClass implements Parcelable {
61 public BluetoothClass(int classInt) {
67 if (o instanceof BluetoothClass) {
68 return mClass == ((BluetoothClass)o).mClass;
87 public static final Parcelable.Creator<BluetoothClass> CREATOR =
88 new Parcelable.Creator<BluetoothClass>() {
89 public BluetoothClass createFromParcel(Parcel in) {
90 return new BluetoothClass(in.readInt());
92 public BluetoothClass[] newArray(int size) {
93 return new BluetoothClass[size];
103 * <p>Each {@link BluetoothClass} encodes zero or more service classes.
121 * {@link BluetoothClass}.
123 * {@link BluetoothClass.Service}. For example, {@link
124 * BluetoothClass.Service#AUDIO}.
135 * <p>Each {@link BluetoothClass} encodes exactly one device class, with
138 * BluetoothClass.Device} represent a combination of major and minor
140 * BluetoothClass.Device.Major} represent only major device classes.
141 * <p>See {@link BluetoothClass.Service} for service class constants.
148 * <p>See {@link BluetoothClass.Device} for minor classes.
232 * Return the major device class component of this {@link BluetoothClass}.
234 * public constants in {@link BluetoothClass.Device.Major} to determine
245 * {@link BluetoothClass}.
247 * public constants in {@link BluetoothClass.Device} to determine which