Searched defs:BluetoothGattIncludedService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattIncludedService.java29 public class BluetoothGattIncludedService implements Parcelable { class in inherits:Parcelable
47 * Create a new BluetoothGattIncludedService
49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { method in class:BluetoothGattIncludedService
65 public static final Parcelable.Creator<BluetoothGattIncludedService> CREATOR
66 = new Parcelable.Creator<BluetoothGattIncludedService>() {
67 public BluetoothGattIncludedService createFromParcel(Parcel in) {
68 return new BluetoothGattIncludedService(in);
71 public BluetoothGattIncludedService[] newArray(int size) {
72 return new BluetoothGattIncludedService[size];
76 private BluetoothGattIncludedService(Parce method in class:BluetoothGattIncludedService
[all...]

Completed in 196 milliseconds