Searched refs:BqrVsLsto (Results 1 – 2 of 2) sorted by relevance
119 private BqrVsLsto mBqrVsLsto;259 mBqrVsLsto = new BqrVsLsto(rawData, vsPartOffset); in BluetoothQualityReport()282 mBqrVsLsto = new BqrVsLsto(in); in BluetoothQualityReport()1174 public static final class BqrVsLsto implements Parcelable { class in BluetoothQualityReport1186 private BqrVsLsto(byte[] rawData, int offset) { in BqrVsLsto() method in BluetoothQualityReport.BqrVsLsto1205 private BqrVsLsto(Parcel in) { in BqrVsLsto() method in BluetoothQualityReport.BqrVsLsto1346 public static final @NonNull Parcelable.Creator<BqrVsLsto> CREATOR =1347 new Parcelable.Creator<BqrVsLsto>() {1348 public BqrVsLsto createFromParcel(Parcel in) {1349 return new BqrVsLsto(in);[all …]
935 public static final class BluetoothQualityReport.BqrVsLsto implements android.os.Parcelable {947 …ic final android.os.Parcelable.Creator<android.bluetooth.BluetoothQualityReport.BqrVsLsto> CREATOR;