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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattDescriptor.java31 public class BluetoothGattDescriptor implements Parcelable { class in inherits:Parcelable
121 * Create a new BluetoothGattDescriptor.
127 public BluetoothGattDescriptor(UUID uuid, int permissions) { method in class:BluetoothGattDescriptor
132 * Create a new BluetoothGattDescriptor.
139 /*package*/ BluetoothGattDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid, method in class:BluetoothGattDescriptor
147 public BluetoothGattDescriptor(UUID uuid, int instance, int permissions) { method in class:BluetoothGattDescriptor
172 public static final Parcelable.Creator<BluetoothGattDescriptor> CREATOR
173 = new Parcelable.Creator<BluetoothGattDescriptor>() {
174 public BluetoothGattDescriptor createFromParcel(Parcel in) {
175 return new BluetoothGattDescriptor(i
183 private BluetoothGattDescriptor(Parcel in) { method in class:BluetoothGattDescriptor
[all...]

Completed in 280 milliseconds