Searched refs:BluetoothGattIncludedService (Results 1 – 2 of 2) sorted by relevance
29 public class BluetoothGattIncludedService implements Parcelable { class49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService() method in BluetoothGattIncludedService67 …public static final @android.annotation.NonNull Parcelable.Creator<BluetoothGattIncludedService> C…68 new Parcelable.Creator<BluetoothGattIncludedService>() {69 public BluetoothGattIncludedService createFromParcel(Parcel in) {70 return new BluetoothGattIncludedService(in);73 public BluetoothGattIncludedService[] newArray(int size) {74 return new BluetoothGattIncludedService[size];78 private BluetoothGattIncludedService(Parcel in) { in BluetoothGattIncludedService() method in BluetoothGattIncludedService
159 ArrayList<BluetoothGattIncludedService> includedServices = in writeToParcel()160 new ArrayList<BluetoothGattIncludedService>(mIncludedServices.size()); in writeToParcel()162 includedServices.add(new BluetoothGattIncludedService(s.getUuid(), in writeToParcel()197 ArrayList<BluetoothGattIncludedService> inclSvcs = in BluetoothGattService()198 in.createTypedArrayList(BluetoothGattIncludedService.CREATOR); in BluetoothGattService()200 for (BluetoothGattIncludedService isvc : inclSvcs) { in BluetoothGattService()