Searched refs:BluetoothGattIncludedService (Results 1 – 4 of 4) sorted by relevance
30 public class BluetoothGattIncludedService implements Parcelable { class42 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService() method in BluetoothGattIncludedService60 public static final @NonNull Creator<BluetoothGattIncludedService> CREATOR =62 public BluetoothGattIncludedService createFromParcel(Parcel in) {63 return new BluetoothGattIncludedService(in);66 public BluetoothGattIncludedService[] newArray(int size) {67 return new BluetoothGattIncludedService[size];71 private BluetoothGattIncludedService(Parcel in) { in BluetoothGattIncludedService() method in BluetoothGattIncludedService
146 ArrayList<BluetoothGattIncludedService> includedServices = in writeToParcel()147 new ArrayList<BluetoothGattIncludedService>(mIncludedServices.size()); in writeToParcel()150 new BluetoothGattIncludedService(s.getUuid(), s.getInstanceId(), s.getType())); in writeToParcel()184 ArrayList<BluetoothGattIncludedService> inclSvcs = in BluetoothGattService()185 in.createTypedArrayList(BluetoothGattIncludedService.CREATOR); in BluetoothGattService()187 for (BluetoothGattIncludedService isvc : inclSvcs) { in BluetoothGattService()
19 parcelable BluetoothGattIncludedService;
397 Landroid/bluetooth/BluetoothGattIncludedService;-><init>(Landroid/os/Parcel;)V398 Landroid/bluetooth/BluetoothGattIncludedService;-><init>(Ljava/util/UUID;II)V399 Landroid/bluetooth/BluetoothGattIncludedService;->CREATOR:Landroid/os/Parcelable$Creator;400 Landroid/bluetooth/BluetoothGattIncludedService;->getInstanceId()I401 Landroid/bluetooth/BluetoothGattIncludedService;->getType()I402 Landroid/bluetooth/BluetoothGattIncludedService;->getUuid()Ljava/util/UUID;403 Landroid/bluetooth/BluetoothGattIncludedService;->mInstanceId:I404 Landroid/bluetooth/BluetoothGattIncludedService;->mServiceType:I405 Landroid/bluetooth/BluetoothGattIncludedService;->mUuid:Ljava/util/UUID;