Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:BluetoothCodecStatus

33 public final class BluetoothCodecStatus implements Parcelable {
47 public BluetoothCodecStatus(BluetoothCodecConfig codecConfig,
57 if (o instanceof BluetoothCodecStatus) {
58 BluetoothCodecStatus other = (BluetoothCodecStatus) o;
108 public static final Parcelable.Creator<BluetoothCodecStatus> CREATOR =
109 new Parcelable.Creator<BluetoothCodecStatus>() {
110 public BluetoothCodecStatus createFromParcel(Parcel in) {
118 return new BluetoothCodecStatus(codecConfig,
123 public BluetoothCodecStatus[] newArray(int size) {
124 return new BluetoothCodecStatus[size];