Searched defs:BluetoothGattDescriptor (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ | ||
H A D | BluetoothGattDescriptor.java | 32 public class BluetoothGattDescriptor implements Parcelable { class in inherits:Parcelable 127 * Create a new BluetoothGattDescriptor. 133 public BluetoothGattDescriptor(UUID uuid, int permissions) { method in class:BluetoothGattDescriptor 138 * Create a new BluetoothGattDescriptor. 145 /*package*/ BluetoothGattDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid, method in class:BluetoothGattDescriptor 153 public BluetoothGattDescriptor(UUID uuid, int instance, int permissions) { method in class:BluetoothGattDescriptor 177 public static final Parcelable.Creator<BluetoothGattDescriptor> CREATOR = 178 new Parcelable.Creator<BluetoothGattDescriptor>() { 179 public BluetoothGattDescriptor createFromParcel(Parcel in) { 180 return new BluetoothGattDescriptor(i 188 private BluetoothGattDescriptor(Parcel in) { method in class:BluetoothGattDescriptor [all...] |
Completed in 9 milliseconds