Searched refs:BluetoothGattIncludedService (Results 1 – 3 of 3) 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()
10897 Landroid/bluetooth/BluetoothGattIncludedService;10898 Landroid/bluetooth/BluetoothGattIncludedService;-><init>(Landroid/os/Parcel;)V10899 Landroid/bluetooth/BluetoothGattIncludedService;-><init>(Ljava/util/UUID;II)V10900 Landroid/bluetooth/BluetoothGattIncludedService;->CREATOR:Landroid/os/Parcelable$Creator;10901 Landroid/bluetooth/BluetoothGattIncludedService;->getInstanceId()I10902 Landroid/bluetooth/BluetoothGattIncludedService;->getType()I10903 Landroid/bluetooth/BluetoothGattIncludedService;->getUuid()Ljava/util/UUID;10904 Landroid/bluetooth/BluetoothGattIncludedService;->mInstanceId:I10905 Landroid/bluetooth/BluetoothGattIncludedService;->mServiceType:I10906 Landroid/bluetooth/BluetoothGattIncludedService;->mUuid:Ljava/util/UUID;