D | BluetoothGattService.java | 37 public class BluetoothGattService implements Parcelable { class 95 protected List<BluetoothGattService> mIncludedServices; 110 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService() method in BluetoothGattService 116 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService() 124 /*package*/ BluetoothGattService(BluetoothDevice device, UUID uuid, in BluetoothGattService() method in BluetoothGattService 131 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService() 139 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService() method in BluetoothGattService 145 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService() 164 for (BluetoothGattService s : mIncludedServices) { in writeToParcel() 171 … public static final @android.annotation.NonNull Parcelable.Creator<BluetoothGattService> CREATOR = [all …]
|