D | BluetoothGattService.java | 33 public class BluetoothGattService implements Parcelable { class 91 protected List<BluetoothGattService> mIncludedServices; 107 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService() method in BluetoothGattService 113 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService() 121 /*package*/ BluetoothGattService(BluetoothDevice device, UUID uuid, in BluetoothGattService() method in BluetoothGattService 128 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService() 136 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService() method in BluetoothGattService 142 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService() 161 for (BluetoothGattService s : mIncludedServices) { in writeToParcel() 168 … public static final @android.annotation.NonNull Parcelable.Creator<BluetoothGattService> CREATOR = [all …]
|